Skip to content

Instantly share code, notes, and snippets.

@collinvandyck
Created February 22, 2013 22:49
Show Gist options
  • Select an option

  • Save collinvandyck/5017231 to your computer and use it in GitHub Desktop.

Select an option

Save collinvandyck/5017231 to your computer and use it in GitHub Desktop.
ERROR [2013-02-22 22:34:07,998] kafka.network.Processor: java.io.IOException: Connection reset by peer
! java.io.IOException: Connection reset by peer
! at sun.nio.ch.FileDispatcher.read0(Native Method)
! at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:21)
! at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:198)
! at sun.nio.ch.IOUtil.read(IOUtil.java:171)
! at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:245)
! at kafka.utils.Utils$.read(Utils.scala:483)
! at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:53)
! at kafka.network.Processor.read(SocketServer.scala:298)
! at kafka.network.Processor.run(SocketServer.scala:204)
! at java.lang.Thread.run(Thread.java:680)
ERROR [2013-02-22 22:34:08,015] kafka.network.Processor: java.io.IOException: Connection reset by peer
! java.io.IOException: Connection reset by peer
! at sun.nio.ch.FileDispatcher.read0(Native Method)
! at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:21)
! at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:198)
! at sun.nio.ch.IOUtil.read(IOUtil.java:171)
! at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:245)
! at kafka.utils.Utils$.read(Utils.scala:483)
! at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:53)
! at kafka.network.Processor.read(SocketServer.scala:298)
! at kafka.network.Processor.run(SocketServer.scala:204)
! at java.lang.Thread.run(Thread.java:680)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment