maedhroz commented on a change in pull request #1172:
URL: https://github.com/apache/cassandra/pull/1172#discussion_r697700723
##########
File path: src/java/org/apache/cassandra/service/StorageProxy.java
##########
@@ -2496,6 +2496,11 @@ public long getReadRepairRepairedBackground()
return ReadRepairMetrics.repairedBackground.getCount();
}
+ public long getReadRepairRepairTimedOut()
Review comment:
nit: I guess we're not doing this elsewhere in the class, but perhaps an
`@Override` would be a good idea.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]