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/01 02:15:58 UTC

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

Added STORM-2323 to CHANGELOG.


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

Branch: refs/heads/master
Commit: 22cecb08770ffa325a2e0fc92c2077873262c434
Parents: 85fd221
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Tue Jan 31 17:52:21 2017 -0800
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Tue Jan 31 17:52:21 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/storm/blob/22cecb08/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d50214..1fde2c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-2323: Precondition for Leader Nimbus should check all topology blobs and also corresponding dependencies.
  * STORM-2305: STORM-2279 calculates task index different from grouper code
  * STORM-1292: port backtype.storm.messaging-test to java
  * STORM-2271: ClosedByInterruptException should be handled in few cases and removing a confusing debug statement