Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Invalid
-
Python driver on Linux
Description
'nodetool status' shows the status of a host as a combination of <up/down,normal/leaving/joining/moving>. However, the Python API does not return the status of "normal/leaving/joining/moving". The lack of such status from Python API makes the monitoring of the cluster troublesome as programmers have to use "nodetool status" instead.
It will be great if the API also returns the "normal/leaving/joining/moving" status (e.g., adding more attributes to cassandra.pool.Host).