GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2785
STORM-3167: Copy map before returning in FakeMetricConsumer, since reâ¦
â¦turning a view of the map is unsafe due to concurrent modification
https://issues.apache.org/jira/browse/STORM-3167
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-3167
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2785.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 #2785
----
commit 8fb87ed7211cfde104ca1f5a2a3689190414ae2c
Author: Stig Rohde Døssing <srdo@...>
Date: 2018-08-01T14:32:46Z
STORM-3167: Copy map before returning in FakeMetricConsumer, since
returning a view of the map is unsafe due to concurrent modification
----
---