You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Benjamin Cuthbert <cu...@gmail.com> on 2015/05/15 15:02:53 UTC

Disconnect / reconnect

All,

How does the spout handle disconnect in the event of the below happening.

2015-05-15T11:58:01.589+0100 o.a.s.c.ConnectionState [ERROR] Connection timed out for connection string (1.1.1.1:2181/storm) and timeout (15000) / elapsed (19101)
org.apache.storm.curator.CuratorConnectionLossException: KeeperErrorCode = ConnectionLoss
	at org.apache.storm.curator.ConnectionState.checkTimeouts(ConnectionState.java:198) [storm-core-0.9.4.jar:0.9.4]
	at org.apache.storm.curator.ConnectionState.getZooKeeper(ConnectionState.java:88) [storm-core-0.9.4.jar:0.9.4]
	at org.apache.storm.curator.CuratorZookeeperClient.getZooKeeper(CuratorZookeeperClient.java:115) [storm-core-0.9.4.jar:0.9.4]
	at org.apache.storm.curator.framework.imps.CuratorFrameworkImpl.getZooKeeper(CuratorFrameworkImpl.java:488) [storm-core-0.9.4.jar:0.9.4]
	at org.apache.storm.curator.framework.imps.ExistsBuilderImpl$2.call(ExistsBuilderImpl.java:172) [storm-core-0.9.4.jar:0.9.4]