You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by zhan849 <gi...@git.apache.org> on 2018/11/01 18:00:32 UTC

[GitHub] helix pull request #285: [HELIX-779] do not clean list field in maintenance ...

GitHub user zhan849 opened a pull request:

    https://github.com/apache/helix/pull/285

    [HELIX-779] do not clean list field in maintenance rebalancer for new resources

    Setting list fields to empty map will prevent newly added and initially rebalanced resources during maintenance mode from getting re-balanced after cluster exists maintenance mode.
    The right thing to do is to clear every preference list.
    
    
    Also added test case to verify

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

    $ git pull https://github.com/zhan849/helix harry/maintenance-fix

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

    https://github.com/apache/helix/pull/285.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 #285
    
----
commit bfaa8399529b6e63b307c1fbe60903c3ca08fbb1
Author: Harry Zhang <hr...@...>
Date:   2018-10-04T22:50:16Z

    [HELIX-779] do not clean list field in maintenance rebalancer for new resources

----


---

[GitHub] helix pull request #285: [HELIX-779] do not clean list field in maintenance ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/helix/pull/285


---