You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Adrian Mocanu <am...@verticalscope.com> on 2013/11/28 21:52:11 UTC

Executor myTopology not alive

Hi
I've submitted exclamation topology jar to storm nimbus and I looked at the nimbus logs and found that topology was not alive.

How to make it alive so that it starts doing something?

Here is the part of the log I mention:

2013-11-28 18:13:54 nimbus [INFO] Setting new assignment for topology id myTopology-1-1385662307: #backtype.storm.daemon.common.Assignment{:master-code-dir "/app/storm/nimbus/stormdist/myTopology-1-1385662307", :node->host {}, :executor->node+port {}, :executor->start-time-secs {[2 2] 1385662307, [3 3] 1385662307, [4 4] 1385662307, [5 5] 1385662307, [6 6] 1385662307, [7 7] 1385662307, [8 8] 1385662307, [9 9] 1385662307, [10 10] 1385662307, [11 11] 1385662307, [12 12] 1385662307, [13 13] 1385662307, [14 14] 1385662307, [15 15] 1385662307, [16 16] 1385662307, [1 1] 1385662307}}
2013-11-28 18:14:04 nimbus [INFO] Executor myTopology-1-1385662307:[2 2] not alive
2013-11-28 18:14:04 nimbus [INFO] Executor myTopology-1-1385662307:[3 3] not alive
2013-11-28 18:14:04 nimbus [INFO] Executor myTopology-1-1385662307:[4 4] not alive

-Adrian