You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/10/09 21:20:33 UTC

[3/3] storm git commit: Added STORM-1087 to changelog

Added STORM-1087 to changelog


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

Branch: refs/heads/master
Commit: ada8097e16bc70af37f04e9472935e4f1b7d5f9b
Parents: 960743e
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Fri Oct 9 14:02:01 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Fri Oct 9 14:02:01 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/ada8097e/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe367a4..7fe2c1c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1087: Avoid issues with transfer-queue backpressure.
  * STORM-893: Resource Aware Scheduling (Experimental)
  * STORM-1095: Tuple.getSourceGlobalStreamid() has wrong camel-case naming
  * STORM-1091: Add unit test for tick tuples to HiveBolt and HdfsBolt