aratno commented on code in PR #3706:
URL: https://github.com/apache/cassandra/pull/3706#discussion_r1901092498
##########
src/java/org/apache/cassandra/service/StorageService.java:
##########
@@ -4969,6 +4969,13 @@ public void clearConnectionHistory()
daemon.clearConnectionHistory();
logger.info("Cleared connection history");
}
+
+ public void disconnectInvalidRoles()
+ {
+ logger.info("Disconnecting invalid roles");
Review Comment:
I was going to keep this one, it should log very infrequently. Most folks
don't enable debug logging unless they see something go wrong, so an indication
that the job is running would be helpful.
--
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]