James Xu created STORM-77:
-----------------------------
Summary: Nimbus should ignore topologies for which it's missing
code or configs rather than kill them
Key: STORM-77
URL: https://issues.apache.org/jira/browse/STORM-77
Project: Apache Storm (Incubating)
Issue Type: Improvement
Reporter: James Xu
https://github.com/nathanmarz/storm/issues/411
It should also log errors. Let's have a new list of topologies in the UI called
"Corrupt topologies" that displays only if there are corrupt topologies
---------------
jasonjckn: This is the case where storm-local directory is inconsistent with
zookeeper state (e.g. missing jars for a topology in active state). Atm Nimbus
reaches a consistent state by deleting zookeeper state, the suggest here is to
instead to reach consistency by marking that particular zookeeper state as
corrupt, and have the UI display this fact.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)