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 2021/09/23 09:04:00 UTC

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

    [ https://issues.apache.org/jira/browse/CASSANDRA-14795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17419060#comment-17419060 ] 

Aleksandr Sorokoumov commented on CASSANDRA-14795:
--------------------------------------------------

This patch introduces both a nodetool command and a virtual table for pending hints.

||Branch||CI||
|[dtest|https://github.com/apache/cassandra-dtest/pull/162]| |
|[trunk|https://github.com/apache/cassandra/compare/trunk...Gerrrr:14795?expand=1] |[j8|https://app.circleci.com/pipelines/github/Gerrrr/cassandra/203/workflows/81678055-f5ee-44cc-b975-49225a2dc6b0] [j11|https://app.circleci.com/pipelines/github/Gerrrr/cassandra/203/workflows/3a1b9c54-befb-4a7a-957c-a18cf536ab93]|

 

> Expose information about stored hints via JMX
> ---------------------------------------------
>
>                 Key: CASSANDRA-14795
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14795
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Legacy/Observability
>            Reporter: Aleksandr Sorokoumov
>            Assignee: Aleksandr Sorokoumov
>            Priority: Low
>             Fix For: 4.x
>
>
> 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
(v8.3.4#803005)

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