You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dan Smith (JIRA)" <ji...@apache.org> on 2015/07/14 21:15:06 UTC

[jira] [Resolved] (GEODE-75) Rebalance independent regions in parallel

     [ https://issues.apache.org/jira/browse/GEODE-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Smith resolved GEODE-75.
----------------------------
    Resolution: Fixed

> 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)