maedhroz commented on a change in pull request #1146:
URL: https://github.com/apache/cassandra/pull/1146#discussion_r690712352
##########
File path: src/java/org/apache/cassandra/config/DatabaseDescriptor.java
##########
@@ -3406,4 +3406,9 @@ public static void
setConsecutiveMessageErrorsThreshold(int value)
{
conf.consecutive_message_errors_threshold = value;
}
+
+ public static SubnetGroups getExcludeClientErrorsFrom()
Review comment:
nit: Oddly, it feels like this would read better as...
```
if
(DatabaseDescriptor.getClientErrorReportingExclusions().contains(ctx.channel().remoteAddress()))
```
i.e. "the exclusion set contains" in prose
--
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]