GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/2532
STORM-2912 Revert optimization of sharing tick tuple
* since it incurs side effect and messes metrics
It must be cherry-picked into 1.1.x-branch and 1.0.x-branch as well.
Will also craft a patch for master branch shortly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-2912-1.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2532.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2532
----
commit 43f6d4883c229a129e60208a3e17f3d77d1cc563
Author: Jungtaek Lim <kabhwan@...>
Date: 2018-01-25T06:25:01Z
STORM-2912 Revert optimization of sharing tick tuple
* since it incurs side effect and messes metrics
----
---