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

[3/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/1a17f741
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/1a17f741
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/1a17f741

Branch: refs/heads/master
Commit: 1a17f741657b723a8299b67c8cc1ae80fd5f0690
Parents: 66a9e77
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Thu Apr 13 14:49:59 2017 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Thu Apr 13 14:49:59 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/1a17f741/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c70e68..edf384d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 \ufeff## 2.0.0
+ * STORM-1114: Race condition in trident zookeeper zk-node create/delete
  * STORM-2469: fix integration-test dependencies issue
  * STORM-2455: Expose the window start and end timestamp in TupleWindow
  * STORM-2435: Logging levels and consistency with console.log etc