mohammad-aburadeh commented on code in PR #3673:
URL: https://github.com/apache/cassandra/pull/3673#discussion_r1836036403
##########
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:
In our case, yes we see many warnings because our connection are short-live
period connections. We open thousands of connections per day.
--
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]