You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2015/03/13 00:03:01 UTC

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

Added STORM-682 to CHANGELOG.


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

Branch: refs/heads/master
Commit: 73a7f5d7306b0df8921130d23db22a5dca89fdbb
Parents: 012f75a
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Thu Mar 12 15:53:28 2015 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Thu Mar 12 15:53:28 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/storm/blob/73a7f5d7/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index afda343..aa2fdc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.10.0
+ * STORM-682: supervisor should handle worker state corruption gracefully.
  * STORM-446: Allow superusers to impersonate other users in secure mode.
  * STORM-659: return grep matches each on its own line.
  * STORM-693: KafkaBolt exception handling improvement.