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 22:41:48 UTC

[3/3] storm git commit: add STORM-1646 to CHANGELOG

add STORM-1646 to CHANGELOG


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

Branch: refs/heads/1.0.x-branch
Commit: b314ee2fffc5d142cda681939ca30bbcebe71b8b
Parents: b3dccac
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu Sep 1 07:41:30 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Sep 1 07:41:30 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/b314ee2f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2503627..8c4b5a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.3
+ * STORM-1646: Fix ExponentialBackoffMsgRetryManager test
  * 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