You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "James Xu (JIRA)" <ji...@apache.org> on 2013/12/14 07:29:06 UTC

[jira] [Created] (STORM-77) Nimbus should ignore topologies for which it's missing code or configs rather than kill them

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)