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/03/15 20:39:29 UTC

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

add STORM-971 to changelog


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

Branch: refs/heads/1.x-branch
Commit: f0abfff92db39da900c3f052fe0ffd49747e2204
Parents: 6e74221
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue Mar 15 15:39:17 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue Mar 15 15:39:17 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/f0abfff9/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48254bd..a959dbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.0
+ * STORM-971: Metric for messages lost due to kafka retention
  * STORM-1608: Fix stateful topology acking behavior
  * STORM-1609: Netty Client is not best effort delivery on failed Connection
  * STORM-1620: Update curator to fix CURATOR-209