Hi,

I noticed that when I kill consumer, I see exception in kafka broker and I need 
to restart kafka broker server to get messages again.
Do I need to tune anything to avoid this error or to avoid restarting kafka 
broker?

Thanks
Subhash Agrawal

Here is the exception:

[2013-01-05 11:12:59,361] INFO Closing socket connection to /127.0.0.1. (kafka.n
etwork.Processor)
[2013-01-04 11:45:00,456] ERROR Closing socket for /127.0.0.1 because of error (
kafka.network.Processor)
java.io.IOException: An existing connection was forcibly closed by the remote ho
st
        at sun.nio.ch.SocketDispatcher.read0(Native Method)
        at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:25)
        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:538)
        at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferRece
ive.scala:54)
        at kafka.network.Processor.read(SocketServer.scala:311)
        at kafka.network.Processor.run(SocketServer.scala:214)
        at java.lang.Thread.run(Thread.java:662)

Reply via email to