dcapwell commented on code in PR #103:
URL: https://github.com/apache/cassandra-accord/pull/103#discussion_r1674868613


##########
accord-core/src/main/java/accord/coordinate/tracking/QuorumTracker.java:
##########
@@ -66,6 +66,15 @@ boolean hasFailed()
         {
             return failures > shard.maxFailures;
         }
+
+        @Override
+        public String toString()

Review Comment:
   not due to logging but more to debugging... we will have 30 to 60 shards and 
finding which ones to look at in a debugger is annoying without logging



-- 
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]

Reply via email to