GitHub user revans2 opened a pull request:
https://github.com/apache/storm/pull/2429
STORM-2813: Use a class for normalized resources not a map.
The goal here was at a minimum have a clear way to know if the resources
were normalized or not, and secondarily to have something a bit better
performance wise from a HashMap.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/revans2/incubator-storm STORM-2813
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2429.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 #2429
----
----
---