You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ki...@apache.org on 2016/03/04 18:49:39 UTC

[2/2] storm git commit: Added STORM-1543 ot Changelog

Added STORM-1543 ot Changelog


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

Branch: refs/heads/1.x-branch
Commit: 8d216926ade3d1e358b016a851fd6348ec54a286
Parents: 5ad3737
Author: Kishor Patil <kp...@yahoo-inc.com>
Authored: Fri Mar 4 17:46:17 2016 +0000
Committer: Kishor Patil <kp...@yahoo-inc.com>
Committed: Fri Mar 4 17:46:17 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/storm/blob/8d216926/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 481b803..7257aa8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.0
+ * STORM-1543: DRPCSpout should always try to reconnect disconnected DRPCInvocationsClient
  * STORM-1561: Supervisor should relaunch worker if assignments have changed
  * STORM-1601: Check if /backpressure/storm-id node exists before requesting children
  * STORM-1574: Better handle backpressure exception etc.