Aleksandr Sorokoumov created CASSANDRA-14795:
------------------------------------------------

             Summary: Expose information about stored hints via JMX
                 Key: CASSANDRA-14795
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14795
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Aleksandr Sorokoumov
            Assignee: Aleksandr Sorokoumov


Currently there is no way to determine what kind of hints a node has, apart 
from looking at the filenames (thus host-ids) on disk. Having a way to access 
this information would help with debugging hint creation/replay scenarios.
In addition to the JMX method, there is a new nodetool command:


{noformat}$ bin/nodetool -h 127.0.0.1 -p 7100 listendpointspendinghints
Host ID Address Rack DC Status Total files Newest Oldest
5762b140-3fdf-4057-9ca7-05c070ccc9c3 127.0.0.2 rack1 datacenter1 DOWN 2 
2018-09-18 14:05:18,835 2018-09-18 14:05:08,811
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to