GitHub user agresch opened a pull request:

    https://github.com/apache/storm/pull/2918

    STORM-3295 allow blacklist scheduling to function properly with multi…

    …ple supervisors on a host
    
    If any supervisor on a host remains blacklisted, 
BlacklistScheduler.getBlacklistHosts() still considers the host blacklisted.  
This change forces all supervisors on a supervisor to be released, which will 
free the host.
    
    It may be nicer to consider blacklisting strictly based on supervisors, but 
that is open to discussion, and a much larger change than this.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/agresch/storm agresch_blacklist

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/2918.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 #2918
    
----
commit b4d3df2167b2962bdf7039ba064ad7a646f32644
Author: Aaron Gresch <agresch@...>
Date:   2018-12-04T22:23:35Z

    STORM-3295 allow blacklist scheduling to function properly with multiple 
supervisors on a host

----


---

Reply via email to