Aerospike Kafka Outbound Operations
Available Operations
Restart Cluster
What is it?
This operation helps the users to restart a cluster.
When to use?
This operation can be run only when the cluster is in running
state or when an existing operation is success
. User need to wait if any existing operation is already running on the same cluster and can check its status via odin provided Jenkins.
Option
Option
Type
Description
Example
nodes
list
The list of IPs that needs to be restarted to be provided in comma separated format . If no list is provided, all nodes will be restarted.
--options
'{ "nodes":
["10.10.10.1"]
}'
Command
odin operate component --name [YOUR_COMPONENT_NAME] --service [YOUR_SERVICE_NAME]
--operation restart
--options '{"nodes": ["IP_1","IP_2"]}'
--env [YOUR_ENV_NAME]
Example
odin operate component --name deadpool-aerospike-kafka-outbound --service deadpool-service
--operation restart
--options '{"nodes": ["10.10.10.1","168.122.90.1"]}'
--env sr001
Last updated