I'm seeing a lot of these warnings in my Artemis server logs and I'd like to understand what is triggering them?
[io.netty.channel.DefaultChannelPipeline] An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.: io.netty.channel.unix.Errors$NativeIoException: syscall:read(..) failed: Connection reset by peer
The only things I've tried is to understand the origin of the issue.
This is from within Artemis server code.