You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2016/01/05 16:52:56 UTC

[1/3] storm git commit: [STORM-1424] Removed unused topology-path variable in config.clj/read-supervisor-storm-conf

Repository: storm
Updated Branches:
  refs/heads/master be7e74043 -> 6d889519c


[STORM-1424] Removed unused topology-path variable in config.clj/read-supervisor-storm-conf


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

Branch: refs/heads/master
Commit: 678e6eaf9b5e84c484e7da594933188fca563bcd
Parents: 57d7cf6
Author: ablecao <ab...@tencent.com>
Authored: Tue Dec 29 09:31:51 2015 +0800
Committer: ablecao <ab...@tencent.com>
Committed: Tue Dec 29 09:31:51 2015 +0800

----------------------------------------------------------------------
 storm-core/src/clj/backtype/storm/config.clj | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/678e6eaf/storm-core/src/clj/backtype/storm/config.clj
----------------------------------------------------------------------
diff --git a/storm-core/src/clj/backtype/storm/config.clj b/storm-core/src/clj/backtype/storm/config.clj
index 04b16e0..4d24f97 100644
--- a/storm-core/src/clj/backtype/storm/config.clj
+++ b/storm-core/src/clj/backtype/storm/config.clj
@@ -217,8 +217,7 @@
 (defn read-supervisor-storm-conf
   [conf storm-id]
   (let [stormroot (supervisor-stormdist-root conf storm-id)
-        conf-path (supervisor-stormconf-path stormroot)
-        topology-path (supervisor-stormcode-path stormroot)]
+        conf-path (supervisor-stormconf-path stormroot)]
     (read-supervisor-storm-conf-given-path conf conf-path)))
 
 (defn read-supervisor-topology


[3/3] storm git commit: Added STORM-1424 to Changelog

Posted by bo...@apache.org.
Added STORM-1424 to Changelog


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

Branch: refs/heads/master
Commit: 6d889519cdd4e229ad8cd5efacf9846a7ef870a6
Parents: 76991c0
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Tue Jan 5 09:37:18 2016 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Tue Jan 5 09:37:18 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/6d889519/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index edf828f..4e44cdf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1424: Removed unused topology-path variable
  * STORM-1427: add TupleUtils/listHashCode method and delete tuple.clj
  * STORM-1413: remove unused variables for some tests
  * STORM-1412: null check should be done in the first place


[2/3] storm git commit: Merge branch 'storm-1424' of https://github.com/caofangkun/apache-storm into STORM-1424

Posted by bo...@apache.org.
Merge branch 'storm-1424' of https://github.com/caofangkun/apache-storm into STORM-1424

STORM-1424: Removed unused topology-path variable


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

Branch: refs/heads/master
Commit: 76991c002f5b44ee90bb20b94177e7000ebd17d1
Parents: be7e740 678e6ea
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Tue Jan 5 09:36:52 2016 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Tue Jan 5 09:36:52 2016 -0600

----------------------------------------------------------------------
 storm-core/src/clj/backtype/storm/config.clj | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------