Maxwell-Guo commented on code in PR #4124: URL: https://github.com/apache/cassandra/pull/4124#discussion_r2063077420
########## src/java/org/apache/cassandra/gms/FailureDetector.java: ########## @@ -333,6 +334,7 @@ public boolean isAlive(InetAddressAndPort ep) public void report(InetAddressAndPort ep) { + FailureDetectorMetrics.report.inc(); Review Comment: what is the purpose of recording this ? what is used for ? same to GossipMetrics.sendSynToSeed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org