Hi, I'm using storm 0.9.1 and kafka 0.8 with the kafka spout provided by wurstmeister at https://github.com/wurstmeister/storm-kafka-0.8-plus.
I don't really know if I should post this in this mailing list or in kafka's, but this only happens when using storm. Once every 4-5 secs I get this error on every kafka's server.log file across the cluster. [2014-05-02 11:28:27,887] ERROR Closing socket for /192.168.101.202 because of error (kafka.network.Processor) java.io.IOException: Connection reset by peer at sun.nio.ch.FileDispatcherImpl.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(Unknown Source) at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) at sun.nio.ch.IOUtil.read(Unknown Source) at sun.nio.ch.SocketChannelImpl.read(Unknown Source) at kafka.utils.Utils$.read(Utils.scala:375) 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(Unknown Source) As you can imagine, I have lots of logs files full of these errors. I've tried with this kafka spout too: https://github.com/brndnmtthws/storm-kafka-0.8-plus, which is a fork of wurstmeister's, but the problem persists. Any of you had this problem before? Any ideas? Thank you! :)
