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/20 09:12:41 UTC

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

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

Branch: refs/heads/1.x-branch
Commit: ac7b828adf9a06f2e18c9d63bf1d4fd1797780a1
Parents: eb0ea70
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Apr 20 16:12:15 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Apr 20 16:12:15 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/ac7b828a/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32fad9e..bb2f795 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.1
+ * STORM-1649: Optimize Kryo instaces creation in HBaseWindowsStore
  * STORM-1696: status not sync if zk fails in backpressure
  * STORM-1693: Move stats cleanup to executor shutdown
  * STORM-1585: Add DDL support for UDFs in storm-sql