Maxwell-Guo commented on code in PR #2924:
URL: https://github.com/apache/cassandra/pull/2924#discussion_r1416594784
##########
src/java/org/apache/cassandra/transport/ExceptionHandlers.java:
##########
@@ -133,6 +135,11 @@ else if (Throwables.anyCauseMatches(cause, t -> t
instanceof Errors.NativeIoExce
ClientMetrics.instance.markUnknownException();
logger.trace("Native exception in client networking", cause);
}
+ else if (Throwables.anyCauseMatches(cause, t -> t instanceof
SSLException))
+ {
+ // logger.warn("SSLException in client networking with peer {}
{}", clientAddress, cause.getMessage());
Review Comment:
delete this line.
--
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]