STORM-2423 Join Bolt should use explicit instead of default window anchoring for emitted tuples
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/620d2be8 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/620d2be8 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/620d2be8 Branch: refs/heads/1.x-branch Commit: 620d2be86c62b9f159bc29bd2a3b12fa85e2e3fd Parents: f8c5251 Author: Satish Duggana <[email protected]> Authored: Tue Mar 21 09:22:15 2017 +0530 Committer: Satish Duggana <[email protected]> Committed: Tue Mar 21 09:22:15 2017 +0530 ---------------------------------------------------------------------- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/620d2be8/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 978c292..2363533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## 1.1.0 + * STORM-2423: Join Bolt should use explicit instead of default window anchoring for emitted tuples * STORM-2416: Improve Release Packaging to Reduce File Size * STORM-2414: Skip checking meta's ACL when subject has write privileges for any blobs * STORM-2038: Disable symlinks with a config option
