mohammad-aburadeh opened a new pull request, #3673:
URL: https://github.com/apache/cassandra/pull/3673
We are getting hundreds of the below warnings in Cassandra logs:
```
WARN [epollEventLoopGroup-5-7] 2024-11-10 00:26:24,296
ExceptionHandlers.java:139 - Unknown exception in client networking
io.netty.channel.StacklessClosedChannelException: null
at io.netty.channel.AbstractChannel.close(ChannelPromise)(Unknown
Source)
```
This means the client dropped the connection abruptly or abnormally. The
issue could be a network or application issue on the client side.
Since there could be many client servers, Cassandra must log the client IP
and the port so we can check what's the problem with that server.
I'll attach the fix for this small change.
The [Cassandra Jira](https://issues.apache.org/jira/browse/CASSANDRA-20072)
--
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]