GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/2533
STORM-2912 Revert optimization of sharing tick tuple
* since it incurs side effect and messes metrics
More detail: https://issues.apache.org/jira/browse/STORM-2912
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HeartSaVioR/storm STORM-2912
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2533.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 #2533
----
commit ca1688393958ee63c37692c2719b7ce802e4ffcd
Author: Jungtaek Lim <kabhwan@...>
Date: 2018-01-25T06:56:53Z
STORM-2912 Revert optimization of sharing tick tuple
* since it incurs side effect and messes metrics
----
---