lmtrombone commented on code in PR #1788:
URL: https://github.com/apache/cassandra/pull/1788#discussion_r962082278
##########
src/java/org/apache/cassandra/service/StorageService.java:
##########
@@ -6146,29 +6169,71 @@ public void setCachedReplicaRowsFailThreshold(int
threshold)
logger.info("updated
replica_filtering_protection.cached_rows_fail_threshold to {}", threshold);
}
+ @Override
Review Comment:
this is actually an existing method that I added `@Override` to for
consistency purposes / best practices. If you still think it makes sense to
add a comment here, let me know.
--
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]