dcapwell commented on a change in pull request #1146:
URL: https://github.com/apache/cassandra/pull/1146#discussion_r690716474



##########
File path: src/java/org/apache/cassandra/config/Config.java
##########
@@ -568,6 +568,8 @@ public static void setClientMode(boolean clientMode)
 
     public volatile int consecutive_message_errors_threshold = 1;
 
+    public volatile SubnetGroups client_error_reporting_exclusions = new 
SubnetGroups();

Review comment:
       `DatabaseDescriptorRefTest` didn't fail... maybe lazy load as init 
doesn't load this class?




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