dcapwell commented on code in PR #2844:
URL: https://github.com/apache/cassandra/pull/2844#discussion_r1372141168


##########
src/java/org/apache/cassandra/utils/NoSpamLogger.java:
##########
@@ -51,19 +51,18 @@ public enum Level
     }
 
     @VisibleForTesting
-    static interface Clock
+    public interface Clock

Review Comment:
   this was done in https://issues.apache.org/jira/browse/CASSANDRA-18952; 
simulation detects that global clock is used and rejects it, so we now use the 
simulated clock here, which means the no spam logic happens often (simulation 
time moves much faster than wall clock)



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