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/07/18 03:11:10 UTC

[4/4] storm git commit: add STORM-643 to CHANGELOG.md

add STORM-643 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/67cc2201
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/67cc2201
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/67cc2201

Branch: refs/heads/0.9.x-branch
Commit: 67cc2201a3a2a4f5cb724d0c350a39c2c90f7e5a
Parents: 8b5df97
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Sat Jul 18 10:10:28 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Sat Jul 18 10:10:28 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/67cc2201/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d562db5..faa310b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
  * STORM-935: Update Disruptor queue version to 2.10.4
  * 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
 
 ## 0.9.5
  * STORM-790: Log "task is null" instead of let worker died when task is null in transfer-fn