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/07/14 21:05:33 UTC

[5/5] storm git commit: Added STORM-763 and STORM-839 to Changelog

Added STORM-763 and STORM-839 to Changelog


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

Branch: refs/heads/master
Commit: b3f0df41dee39999d4e68494fec266c35000d9c5
Parents: 4a3ddc6
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Tue Jul 14 13:52:45 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Tue Jul 14 13:52:45 2015 -0500

----------------------------------------------------------------------
 CHANGELOG.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/b3f0df41/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ab08c8..b2668bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -183,12 +183,14 @@
  * STORM-188: Allow user to specifiy full configuration path when running storm command
  * STORM-130: Supervisor getting killed due to java.io.FileNotFoundException: File '../stormconf.ser' does not exist.
 
+## 0.9.6
+ * STORM-763: nimbus reassigned worker A to another machine, but other worker's netty client can't connect to the new worker A
 
 ## 0.9.5
  * STORM-790: Log "task is null" instead of let worker died when task is null in transfer-fn
  * STORM-796: Add support for "error" command in ShellSpout
  * STORM-745: fix storm.cmd to evaluate 'shift' correctly with 'storm jar'
-  * STORM-130: Supervisor getting killed due to java.io.FileNotFoundException: File '../stormconf.ser' does not exist.
+ * STORM-130: Supervisor getting killed due to java.io.FileNotFoundException: File '../stormconf.ser' does not exist.
 
 ## 0.9.4
  * STORM-559: ZkHosts in README should use 2181 as port.