[infinispan-issues] [JBoss JIRA] (ISPN-2501) State transfer optimizations

Adrian Nistor (JIRA) jira-events at lists.jboss.org
Tue Nov 13 06:54:17 EST 2012


Adrian Nistor created ISPN-2501:
-----------------------------------

             Summary: State transfer optimizations
                 Key: ISPN-2501
                 URL: https://issues.jboss.org/browse/ISPN-2501
             Project: Infinispan
          Issue Type: Feature Request
          Components: State transfer
    Affects Versions: 5.2.0.Beta3
            Reporter: Adrian Nistor
            Assignee: Adrian Nistor
             Fix For: 5.2.0.CR1


There are two obvious optimizations possible in the code that handles installation of a new topology.
1. Currently a new topology is not confirmed until the node successfully sends START_STATE_TRANSFER requests to all nodes it wants to fetch segments from. This does not wait for the actual data to arrive but it still blocks quite a lot. To fix this we need to confirm the topology right after transactions were received.

2. Fetching transactions from other members is done serially. To improve it we could split it into multiple concurrent tasks.


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