You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Jun Rao <ju...@gmail.com> on 2014/01/27 18:14:09 UTC

Re: hia,all,I have a problem ,need help

This could be normal. It just means that the client closed the socket,
potentially during consumer rebalancing.

Thanks,

Jun


On Sun, Jan 26, 2014 at 10:33 PM, 我 <li...@163.com> wrote:

>  problem  like this;
>
>
> [2014-01-27 14:03:03,962] ERROR Closing socket for /192.168.86.71 because
> of error (kafka.network.Processor)
> 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:395)
>         at
> kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54)
>         at kafka.network.Processor.read(SocketServer.scala:347)
>         at kafka.network.Processor.run(SocketServer.scala:245)
>         at java.lang.Thread.run(Thread.java:662)
>
>
> and  i just use the example   :here
> https://cwiki.apache.org/confluence/display/KAFKA/Consumer+Group+Example
> Looking forward to your help
>
>