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 2017/02/24 18:16:16 UTC

[07/11] storm git commit: add STORM-2372 to changelog

add STORM-2372 to changelog


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

Branch: refs/heads/1.x-branch
Commit: 0c4fbacbd2aadbf79cecd3d3fe103e79ffcf0fd2
Parents: 65f33fd
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Feb 24 13:12:46 2017 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Feb 24 13:12:46 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/0c4fbacb/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a6d18d..56a5e28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 \ufeff## 1.1.0
+ * STORM-2372: Pacemaker client doesn't clean up heartbeats properly
  * STORM-2326: Upgrade log4j and slf4j
  * STORM-2334: Join Bolt implementation
  * STORM-1363: TridentKafkaState should handle null values from TridentTupleToKafkaMapper.getMessageFromTuple()