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 2015/08/03 00:54:44 UTC

[3/3] storm git commit: add STORM-933 to CHANGELOG.md

add STORM-933 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: aae4ba63ef8ab09cbd56d000dbced61e630e3a25
Parents: 376fa50
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Mon Aug 3 07:54:23 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon Aug 3 07:54:23 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/aae4ba63/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e511c7..874099d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -202,6 +202,7 @@
  * STORM-503: Short disruptor queue wait time leads to high CPU usage when idle
  * STORM-728: Put emitted and transferred stats under correct columns
  * STORM-643: KafkaUtils repeatedly fetches messages whose offset is out of range
+ * STORM-933: NullPointerException during KafkaSpout deactivation
 
 ## 0.9.5
  * STORM-790: Log "task is null" instead of let worker died when task is null in transfer-fn