You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ar...@apache.org on 2017/05/30 10:24:16 UTC

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

Added STORM-2516 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: 416f3f7b35e6edb185eabd0d588b38a93534b9c8
Parents: 9abebd5
Author: Arun Mahadevan <ar...@apache.org>
Authored: Tue May 30 15:53:42 2017 +0530
Committer: Arun Mahadevan <ar...@apache.org>
Committed: Tue May 30 15:53:42 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/storm/blob/416f3f7b/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 299e65f..b67d21d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-2516: Fix timing issues with testPrepareLateTupleStreamWithoutBuilder
  * STORM-2489: Overlap and data loss on WindowedBolt based on Duration
  * STORM-2206: replacing visualization with viz.js
  * STORM-2527: Initialize java.sql.DriverManager earlier to avoid deadlock