Skip to content

Instantly share code, notes, and snippets.

@neogenix
Created November 3, 2016 15:42
Show Gist options
  • Save neogenix/bdf72c041f28985a72d7582490b7504d to your computer and use it in GitHub Desktop.
Save neogenix/bdf72c041f28985a72d7582490b7504d to your computer and use it in GitHub Desktop.
INFO [SharedPool-Worker-1] 2016-11-03 15:39:35,518 Message.java:611 - Unexpected exception during request; channel = [id: 0x04bd97b9, /10.124.57.19:34866 :> /10.114.10.11:9042]
java.io.IOException: Error while read(...): Connection reset by peer
at io.netty.channel.epoll.Native.readAddress(Native Method) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.doReadBytes(EpollSocketChannel.java:675) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:714) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) ~[netty-all-4.0.23.Final.jar:4.0.23.Final]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_111]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment