[infinispan-issues] [JBoss JIRA] (ISPN-2349) If the coordinator leaves while rebalancing is in progress, the new coordinator doesn't finish rebalancing

Dan Berindei (JIRA) jira-events at lists.jboss.org
Thu Sep 27 03:56:03 EDT 2012


Dan Berindei created ISPN-2349:
----------------------------------

             Summary: If the coordinator leaves while rebalancing is in progress, the new coordinator doesn't finish rebalancing
                 Key: ISPN-2349
                 URL: https://issues.jboss.org/browse/ISPN-2349
             Project: Infinispan
          Issue Type: Bug
          Components: State transfer
    Affects Versions: 5.2.0.Alpha4
            Reporter: Dan Berindei
            Assignee: Dan Berindei
            Priority: Critical


When the coordinator dies or otherwise leaves the cluster, the new coordinator recovers the cluster state and handles any new changes.

However, if there was already a rebalance operation in progress, the new coordinator ignores the rebalance confirmations from the other members and doesn't install a balanced CH until there is another join/leave/etc. event for that cache.

Normally this doesn't appear in our tests because the state transfer is quick and so the old coordinator is able to finish the rebalance caused by its own leave before shutting down. I did see it however in Query's MultiNodeDistributedTest.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list