You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/08/31 09:37:12 UTC

storm git commit: add STORM-2039 to CHANGELOG

Repository: storm
Updated Branches:
  refs/heads/1.x-branch c8c7246e1 -> 040706f5d


add STORM-2039 to CHANGELOG


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

Branch: refs/heads/1.x-branch
Commit: 040706f5da1beacf8237c7f1d035e83ea1155703
Parents: c8c7246
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Aug 31 18:31:34 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Aug 31 18:31:34 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/040706f5/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1be54ee..3746ce4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -78,6 +78,7 @@
  * STORM-1720: Support GEO in storm-redis
 
 ## 1.0.3
+ * STORM-2039: Backpressure refactoring in worker and executor
  * STORM-2064: Add storm name and function, access result and function to log-thrift-access
  * STORM-2063: Add thread name in worker logs
  * STORM-2042: Nimbus client connections not closed properly causing connection leaks