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 2015/05/28 23:02:07 UTC

[2/2] storm git commit: add STORM-790 to changelog

add STORM-790 to changelog


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

Branch: refs/heads/0.9.x-branch
Commit: 0eb514dcd8a5804e7155aae377e479d323a92ec6
Parents: 2c6b971
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Thu May 28 17:01:44 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Thu May 28 17:01:44 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/0eb514dc/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f86558d..6b72a34 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.5
+ * STORM-790: Log "task is null" instead of let worker died when task is null in transfer-fn
  * STORM-796: Add support for "error" command in ShellSpout
  * STORM-745: fix storm.cmd to evaluate 'shift' correctly with 'storm jar'