Maohua created CASSANDRA-8077:
---------------------------------
Summary: Expose node joining/leaving/moving status via Python
Driver
Key: CASSANDRA-8077
URL: https://issues.apache.org/jira/browse/CASSANDRA-8077
Project: Cassandra
Issue Type: Improvement
Components: API, Drivers (now out of tree)
Environment: Python driver on Linux
Reporter: Maohua
Fix For: 2.1.0
'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).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)