Dan Smith created GEODE-75: ------------------------------ Summary: Rebalance independent regions in parallel Key: GEODE-75 URL: https://issues.apache.org/jira/browse/GEODE-75 Project: Geode Issue Type: Improvement Components: core Reporter: Dan Smith Assignee: Dan Smith Priority: Minor
Rebalancing a single region happens under a distributed lock by a single coordinator. Multiple non-colocated regions should be able to be rebalanced independently. However, when rebalance is invoked through the API, a single thread goes throw each region one by one and rebalances it. We should provide the ability to parallelize a rebalance invoked through the API, so that each region can be rebalanced in parallel. -- This message was sent by Atlassian JIRA (v6.3.4#6332)