You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2017/04/13 19:32:20 UTC

[5/7] storm git commit: add STORM-1114 to changelog

add STORM-1114 to changelog


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

Branch: refs/heads/1.x-branch
Commit: c5ea9e35516d056039c48698b1d0bdf83adac268
Parents: 9cf791b
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Thu Apr 13 15:16:14 2017 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Thu Apr 13 15:16:14 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/c5ea9e35/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44a3a1e..a13dae1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 \ufeff## 1.1.1
+ * STORM-1114: Race condition in trident zookeeper zk-node create/delete
  * STORM-2429: Properly validate supervisor.scheduler.meta
  * STORM-2194: Stop ignoring socket timeout error from executor
  * STORM-2451: windows storm.cmd does not set log4j2 config file correctly by default