GitHub user jiangzhileaf opened a pull request:
https://github.com/apache/storm/pull/2774
Bug fix for BaseResourceAwareStrategy to avoid NullPointerException
Bug fix for BaseResourceAwareStrategy to avoid NullPointerException, when a
supervisor is in bad list but alive.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jiangzhileaf/storm resource-scheduler-bug-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2774.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 #2774
----
commit 605144c3051f17923c9da97519b08a8d1eac9378
Author: jiangzhileaf <jiangzhileaf@...>
Date: 2018-07-19T08:40:49Z
Bug fix for BaseResourceAwareStrategy to avoid NullPointerException,
when a supervisor is in badlist but alive.
----
---