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 2017/07/18 09:29:23 UTC

[3/3] storm git commit: Changelog: STORM-2639

Changelog: STORM-2639


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

Branch: refs/heads/master
Commit: 899477782f22986f99fc6355165ae4437cd604de
Parents: a0bb63e
Author: Stig Rohde Døssing <sr...@apache.org>
Authored: Tue Jul 18 11:26:17 2017 +0200
Committer: Stig Rohde Døssing <sr...@apache.org>
Committed: Tue Jul 18 11:26:17 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/storm/blob/89947778/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7e8242..9e8dc6a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-2639: Kafka Spout incorrectly computes numCommittedOffsets due to voids in the topic (topic compaction)
  * STORM-2544: Fixing issue in acking of tuples that hit retry limit under manual commit mode
  * STORM-2622: Add owner resource summary on storm UI
  * STORM-2634: Apply new code style to storm-sql-runtime