bschoening commented on code in PR #3978:
URL: https://github.com/apache/cassandra/pull/3978#discussion_r1993847584


##########
src/java/org/apache/cassandra/net/InboundConnectionInitiator.java:
##########
@@ -69,6 +71,8 @@ public class InboundConnectionInitiator
 {
     private static final Logger logger = 
LoggerFactory.getLogger(InboundConnectionInitiator.class);
 
+    private static final NoSpamLogger noSpam5m = 
NoSpamLogger.getLogger(logger, 5, TimeUnit.MINUTES);

Review Comment:
   In our environment, the security scan run about 6-10 minutes and generate 
130 stack traces.



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