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

[3/3] storm git commit: Added STORM-2321 to CHANGELOG.

Added STORM-2321 to CHANGELOG.


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

Branch: refs/heads/master
Commit: 4e1572e29fbc3fd983ad6163852d84f8a3c80782
Parents: 5b31d5f
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Thu Feb 2 09:19:36 2017 -0800
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Thu Feb 2 09:19:36 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/storm/blob/4e1572e2/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f25a40..32baf01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -196,6 +196,7 @@
  * STORM-1769: Added a test to check local nimbus with notifier plugin
 
 ## 1.1.0
+ * STORM-2321: Handle blobstore zk key deletion in KeySequenceNumber.
  * STORM-2336: Close Localizer and AsyncLocalizer when supervisor is shutting down
  * STORM-2335: Fix broken Topology visualization with empty ':transferred' in executor stats
  * STORM-2331: Emitting from JavaScript should work when not anchoring.