I have a cluster of 9 nodes in production running DSE 5.1.15
One node was down in nodetool status and unable to connect to cqlsh.
Getting below error for cqlsh
Connection error: ('Unable to connect to any servers', {'10.31.89.207': error(None, "Tried connecting to [('10.31.89.207', 9042)]. Last error: ('_ssl.c:602: The handshake operation timed out',)")})
So decided restart DSE service like below
nodetool drain service dse stop service dse start
It is observed that drain is taking long time , its been 1 and half hour by now and still its running. Load on the node is 1009 GB.
How can i check the logs while running drain to see that its actually doing something? or how much more time it will still take?
Is it necessary to run drain even when the node is down?