[infinispan-dev] Changing the configuration for Cross site state transfer

Hammad Said hsaid at redhat.com
Thu Oct 18 15:44:14 EDT 2012


 I am implementing the cross site state transfer. In order to have specify the timeout of the state transfer and the chunk size to be sent in each transfer we are proposing changes in XSD. Specifically suggesting to add  the element stateTransfer with the attributes timeout and chunkSize. Please let me know what you think of it. 

<namedCache name="noTakeOffline">
        <sites>
            <backups>
                <backup site="NYC" strategy="SYNC" backupFailurePolicy="WARN" timeout="12003">
                    <stateTransfer timeout="30000" chunkSize="40"/>
                </backup>
            </backups>
            <backupFor/>
        </sites>
    </namedCache>


Thanks!
Hammad



More information about the infinispan-dev mailing list