You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksandr Sorokoumov (JIRA)" <ji...@apache.org> on 2018/09/27 13:13:00 UTC

[jira] [Created] (CASSANDRA-14795) Expose information about stored hints via JMX

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-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org