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

Mircea Markus (JIRA) jira-events at lists.jboss.org
Thu Jan 10 11:23:08 EST 2013


     [ https://issues.jboss.org/browse/ISPN-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mircea Markus updated ISPN-2501:
--------------------------------

    Fix Version/s: 5.3.0.Final
                       (was: 5.2.0.Final)

    
> State transfer optimizations
> ----------------------------
>
>                 Key: ISPN-2501
>                 URL: https://issues.jboss.org/browse/ISPN-2501
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: State transfer
>    Affects Versions: 5.2.0.Beta3
>            Reporter: Adrian Nistor
>            Assignee: Adrian Nistor
>             Fix For: 5.3.0.Final
>
>
> 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