You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by clay teahouse <cl...@gmail.com> on 2015/05/06 00:07:59 UTC

Zookeeper ConnectionLossException

Hi All,

What would be the reason for getting this exception while running a
topology? Everything works fine for a while, and then I get this error and
the topology dies.

 org.apache.zookeeper.KeeperException$ConnectionLossException:
KeeperErrorCode = ConnectionLoss for /storm/partition_6
...
...
[main-SendThread(localhost:2181)] INFO
 org.apache.storm.zookeeper.ClientCnxn - Client session timed out, have not
heard from server in 13337ms for sessionid 0x14d25ef09400083, closing
socket connection and attempting reconnect
....
....
587798 [ConnectionStateManager-0] WARN
 org.apache.curator.framework.state.ConnectionStateManager - There are no
ConnectionStateListeners registered.
588494 [Thread-26-NMDKafkaSpout] ERROR backtype.storm.util - Halting
process: ("Worker died")
java.lang.RuntimeException: ("Worker died")
....

thank you
Clay