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:16 UTC

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

Repository: storm
Updated Branches:
  refs/heads/master 36f03ed7e -> ecce1ceb0


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/master
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)


[3/3] storm git commit: add STORM-1496 to CHANGELOG.md

Posted by ka...@apache.org.
add STORM-1496 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: ecce1ceb06e40e15d838e583e708bb7e077389de
Parents: 448e09c
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Jan 26 08:11:12 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Jan 26 08:11:12 2016 +0900

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/ecce1ceb/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 471d999..9f763c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
 ## 2.0.0
 
 ## 1.0.0
+ * STORM-1496: Nimbus periodically throws blobstore-related exception
  * STORM-1484: ignore subproject .classpath & .project file
  * STORM-1478: make bolts getComponentConfiguration method cleaner/simpler
  * STORM-1499: fix wrong package name for storm trident


[2/3] storm git commit: Merge branch 'BLOBSTORE-STORM-1496' of https://github.com/redsanket/storm into STORM-1496

Posted by ka...@apache.org.
Merge branch 'BLOBSTORE-STORM-1496' of https://github.com/redsanket/storm into STORM-1496


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

Branch: refs/heads/master
Commit: 448e09c7128a5429bc2a51ef016c66c2776afb06
Parents: 36f03ed bddd0db
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Jan 26 08:10:45 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Jan 26 08:10:45 2016 +0900

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