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 2016/04/15 04:33:21 UTC

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

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

Branch: refs/heads/master
Commit: 6cf8a9c99587b4e3541cd93c09811cf938d1a601
Parents: baaba66
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Apr 15 11:32:56 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Apr 15 11:32:56 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/6cf8a9c9/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c99c9b..614c1b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -78,6 +78,7 @@
  * STORM-1521: When using Kerberos login from keytab with multiple bolts/executors ticket is not renewed in hbase bolt.
 
 ## 1.0.1
+ * STORM-1693: Move stats cleanup to executor shutdown
  * STORM-1670: LocalState#get(String) can throw FileNotFoundException which results in not removing worker heartbeats and supervisor is kind of stuck and goes down after some time.
  * STORM-1677: Test resource files are excluded from source distribution, which makes logviewer-test failing
  * STORM-1585: Add DDL support for UDFs in storm-sql