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

[4/7] storm git commit: add STORM-1928, STORM-442 to changelog

add STORM-1928, STORM-442 to changelog


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

Branch: refs/heads/0.9.x-branch
Commit: 938a92e137e09d1118c2efb471d169f597a17581
Parents: 2a9dd46
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Mon Aug 15 13:47:16 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Mon Aug 15 13:47:16 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/938a92e1/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fb3313..afef702 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.9.7
+ * STORM-442: multilang ShellBolt/ShellSpout die() can be hang when Exception happened
+ * STORM-1928: ShellSpout should check heartbeat while ShellSpout is waiting for subprocess to sync
+
 ## 0.9.6
  * STORM-1027: Use overflow buffer for emitting metrics
  * STORM-996: netty-unit-tests/test-batch demonstrates out-of-order delivery