[GitHub] helix pull request #137: [HELIX-674] Introducing constraints based rebalanci...

2018-03-08 Thread jiajunwang
Github user jiajunwang closed the pull request at:

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


---


[GitHub] helix pull request #137: [HELIX-674] Introducing constraints based rebalanci...

2018-02-26 Thread jiajunwang
GitHub user jiajunwang opened a pull request:

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

[HELIX-674] Introducing constraints based rebalancing mechanism.

Constraint can be customized by application to restrict how rebalancing is 
processed.
The change also includes examples to demonstrate how constraints can be 
defined and used.

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

$ git pull https://github.com/jiajunwang/helix master

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

https://github.com/apache/helix/pull/137.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 #137


commit 84052d7acf316619bd284a88b9074aa446548565
Author: jiajunwang 
Date:   2018-02-27T01:21:48Z

Introducing constraints based rebalancing mechanism.

Constraint can be customized by application to restrict how rebalancing is 
processed.
The change also includes examples to demonstrate how constraints can be 
defined and used.




---