Yoav Naaman created STORM-3628:
----------------------------------
Summary: Nimbus tries Worker HB on non un-deployed topologies
Key: STORM-3628
URL: https://issues.apache.org/jira/browse/STORM-3628
Project: Apache Storm
Issue Type: Bug
Components: storm-core
Affects Versions: 2.1.0
Reporter: Yoav Naaman
Fix For: 2.1.0
I am running Storm 2.1.0 version.
After I undeploy topologies and later deploy new topologies, Nimbus log repeats
the exception:
Please note: *fetch-inbox-16-1587324922* is artifact id that does not exist
anymore.
The Nimbus log is full of this HBs Exceptions.
org.apache.storm.utils.WrappedNotAliveException: *fetch-inbox-16-1587324922*
at org.apache.storm.daemon.nimbus.Nimbus.tryReadTopoConf(Nimbus.java:987)
~[storm-server-2.1.0.jar:2.1.0]
at
org.apache.storm.daemon.nimbus.Nimbus.sendSupervisorWorkerHeartbeat(Nimbus.java:4727)
[storm-server-2.1.0.jar:2.1.0]
at
org.apache.storm.generated.Nimbus$Processor$sendSupervisorWorkerHeartbeat.getResult(Nimbus.java:4817)
[storm-client-2.1.0.jar:2.1.0]
at
org.apache.storm.generated.Nimbus$Processor$sendSupervisorWorkerHeartbeat.getResult(Nimbus.java:4796)
[storm-client-2.1.0.jar:2.1.0]
at org.apache.storm.thrift.ProcessFunction.process(ProcessFunction.java:38)
[storm-shaded-deps-2.1.0.jar:2.1.0]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)