You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/01/26 00:14:11 UTC

[3/6] storm git commit: fixing sporadic nimbus log failure and topology visualization

fixing sporadic nimbus log failure and topology visualization


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/bddd0db9
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/bddd0db9
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/bddd0db9

Branch: refs/heads/1.x-branch
Commit: bddd0db945baf4752c7cae9cf707fcd1616db38d
Parents: 36f03ed
Author: Sanket <sc...@untilservice-lm>
Authored: Mon Jan 25 10:37:19 2016 -0600
Committer: Sanket <sc...@untilservice-lm>
Committed: Mon Jan 25 10:37:19 2016 -0600

----------------------------------------------------------------------
 storm-core/src/clj/org/apache/storm/daemon/nimbus.clj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/bddd0db9/storm-core/src/clj/org/apache/storm/daemon/nimbus.clj
----------------------------------------------------------------------
diff --git a/storm-core/src/clj/org/apache/storm/daemon/nimbus.clj b/storm-core/src/clj/org/apache/storm/daemon/nimbus.clj
index e3bdd5f..587da65 100644
--- a/storm-core/src/clj/org/apache/storm/daemon/nimbus.clj
+++ b/storm-core/src/clj/org/apache/storm/daemon/nimbus.clj
@@ -1768,7 +1768,7 @@
         (let [topology-conf (try-read-storm-conf conf id (:blob-store nimbus))
               storm-name (topology-conf TOPOLOGY-NAME)]
               (check-authorization! nimbus storm-name topology-conf "getTopology")
-              (system-topology! topology-conf (try-read-storm-topology conf id))))
+              (system-topology! topology-conf (try-read-storm-topology id (:blob-store nimbus)))))
 
       (^StormTopology getUserTopology [this ^String id]
         (mark! nimbus:num-getUserTopology-calls)