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 2015/10/21 21:37:12 UTC

[1/3] storm git commit: update curator to version 2.9.0 to combat stale leader issue as described in https://issues.apache.org/jira/browse/CURATOR-202

Repository: storm
Updated Branches:
  refs/heads/master f75fddec9 -> b0f3be0a5


update curator to version 2.9.0 to combat stale leader issue as described in https://issues.apache.org/jira/browse/CURATOR-202


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

Branch: refs/heads/master
Commit: a1369bbeed1281e1ea5cc4890364eac3a50236c8
Parents: 794254c
Author: Daniel Schonfeld <da...@schonfeld.org>
Authored: Thu Oct 15 17:11:45 2015 -0400
Committer: Daniel Schonfeld <da...@schonfeld.org>
Committed: Thu Oct 15 17:21:59 2015 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/a1369bbe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7f525bb..392b3f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,7 @@
         <commons-fileupload.version>1.2.1</commons-fileupload.version>
         <commons-codec.version>1.6</commons-codec.version>
         <clj-time.version>0.8.0</clj-time.version>
-        <curator.version>2.5.0</curator.version>
+        <curator.version>2.9.0</curator.version>
         <json-simple.version>1.1</json-simple.version>
         <ring.version>1.3.0</ring.version>
         <ring-json.version>0.3.1</ring-json.version>


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

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


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

Branch: refs/heads/master
Commit: b0f3be0a507a36ffbbb6bb442b968373407a5462
Parents: 91c0252
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Wed Oct 21 14:29:28 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Wed Oct 21 14:29:28 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/b0f3be0a/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d63988..c76ee62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1115: Stale leader-lock key effectively bans all nodes from becoming leaders
  * STORM-1119: Create access logging for all daemons
  * STORM-1117: Adds visualization-init route previously missing
  * STORM-1118: Added test to compare latency vs. throughput in storm.


[2/3] storm git commit: Merge branch 'update-curator' of https://github.com/schonfeld/storm into STORM-1115

Posted by bo...@apache.org.
Merge branch 'update-curator' of https://github.com/schonfeld/storm into STORM-1115

STORM-1115: Stale leader-lock key effectively bans all nodes from becoming leaders


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

Branch: refs/heads/master
Commit: 91c0252d223781836b569f2b85f6660ae504cdc1
Parents: f75fdde a1369bb
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Wed Oct 21 14:29:02 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Wed Oct 21 14:29:02 2015 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/91c0252d/pom.xml
----------------------------------------------------------------------