Maxwell-Guo commented on code in PR #3673:
URL: https://github.com/apache/cassandra/pull/3673#discussion_r1835889032
##########
src/java/org/apache/cassandra/transport/ExceptionHandlers.java:
##########
@@ -148,7 +148,7 @@ else if (Throwables.anyCauseMatches(cause, t -> t
instanceof SSLException))
else
{
ClientMetrics.instance.markUnknownException();
- logger.warn("Unknown exception in client networking", cause);
+ logger.warn("Unknown exception in client networking with peer {}
{}", clientAddress, cause.getMessage());
Review Comment:
Will there be many logs ? if there are many logs , I think we should use
NoSpamLogger.log
--
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]