Technologies/Cassandra/cassandra_storage_count_hints_in_progress
CassandraCassandraMetric

cassandra_storage_count_hints_in_progress

Number of hints currently being sent
Dimensions:None
Available on:Native (1)OpenTelemetryOpenTelemetry (1)
Interface Metrics (2)
Native
Number of hints currently being sent
Dimensions:None
OpenTelemetryOpenTelemetry
Number of hints currently being sent
Dimensions:None
Related Insights (2)
Hinted Handoff Backlog Indicating Network Partitioncritical

Rising cassandra_storage_count_hints while all nodes appear up in nodetool status indicates silent network partitions or zombie nodes that accept gossip but fail write requests. This causes eventual consistency drift between replicas.

Hints Accumulation Signals Silent Replica Failurecritical

Growing cassandra_storage_count_hints indicates a replica node is unreachable or unable to accept writes, forcing coordinators to buffer writes temporarily. Persistent growth during apparent cluster health suggests network partitions or zombie nodes.