Skip to content

AxonOps — AI-Native Control Plane for Open Source Data Platforms

nodetool reloadseeds

Reloads the seed node list from configuration.


Terminal window
nodetool [connection_options] reloadseeds

See connection options for connection options.

nodetool reloadseeds re-reads the seed node configuration from cassandra.yaml without requiring a node restart. This allows updating the seed list at runtime.


Terminal window
nodetool reloadseeds
Terminal window
# 1. Edit cassandra.yaml
# 2. Reload seeds
nodetool reloadseeds
# 3. Verify
nodetool getseeds

Terminal window
# After adding new seeds to cassandra.yaml
nodetool reloadseeds
Terminal window
# After removing failed node from seeds
nodetool reloadseeds

Guidelines

  1. Edit config first - Update cassandra.yaml before reloading
  2. Verify after - Check with getseeds
  3. Cluster-wide - Update and reload on all nodes

CommandRelationship
getseedsView current seeds
statusCluster status