[infinispan-issues] [JBoss JIRA] (ISPN-2581) StateTransferManagerImpl.waitForInitialStateTransferToComplete() returns too soon

Dan Berindei (JIRA) jira-events at lists.jboss.org
Tue Dec 4 07:38:23 EST 2012


Dan Berindei created ISPN-2581:
----------------------------------

             Summary: StateTransferManagerImpl.waitForInitialStateTransferToComplete() returns too soon
                 Key: ISPN-2581
                 URL: https://issues.jboss.org/browse/ISPN-2581
             Project: Infinispan
          Issue Type: Bug
          Components: State transfer
    Affects Versions: 5.2.0.Beta5
            Reporter: Dan Berindei
            Assignee: Dan Berindei
            Priority: Critical
             Fix For: 5.2.0.CR1


StateTransferManagerImpl.waitForInitialStateTransferToComplete() returns as soon as a joining node confirmed to the coordinator that it received all the data it needed (see STMI.notifyEndOfTopologyUpdate()).

It should return only after the coordinator has confirmed the end of the rebalance with a new topology update (see STMI.doTopologyUpdate()).

This should make it more likely for the tests suite clusters to be in a stable state by the time the test starts, and should help with the random state transfer-related failures in non-state transfer tests.

Instead we should make sure that we do have tests that check forwarding behaviour explicitly.

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