Starting and stopping the NodeSync Service
The NodeSync Service automatically starts with the dse cassandra command. You can manually start and stop the service on each node.
|
NodeSync is disabled by default for Mission Control database clusters. |
|
For new tables, incremental NodeSync Service is enabled by default in DataStax Enterprise (DSE) 6.8. To disable NodeSync Service for all new tables, use the -Ddse.nodesync.disable_on_new_tables system parameter. |
-
Verify the status of the NodeSync Service:
nodetool nodesyncservice statusThe output should indicate running.
The NodeSync service is running -
Disable the NodeSync Service:
nodetool nodesyncservice disableOn the next restart of DSE, the NodeSync Service will start up.
-
Verify the status of the NodeSync Service:
nodetool nodesyncservice statusThe output should indicate not running.
The NodeSync service is not running