nodetool drain
Drains the node.
Synopsis
nodetool <options> drain
Tarball and Installer No-Services path:
<installation_location>/resources/cassandra/bin
Short | Long | Description |
---|---|---|
|
|
Hostname or IP address. |
|
|
Port number. |
|
|
Password file path. |
|
|
Password. |
|
|
Remote JMX agent username. |
|
Separates an option from an argument that could be mistaken for an option. |
Description
Flushes all memtables from the node to SSTables on disk.
DataStax Enterprise (DSE) stops listening for connections from the client and other nodes.
You need to restart DSE after running nodetool drain
.
You typically use this command before upgrading a node to a new version of DSE.
To simply flush memtables to disk, use nodetool flush
.