[infinispan-issues] [JBoss JIRA] Created: (ISPN-838) Default for fetchInMemoryState should be true

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Thu Dec 16 10:19:17 EST 2010


Default for fetchInMemoryState should be true
---------------------------------------------

                 Key: ISPN-838
                 URL: https://issues.jboss.org/browse/ISPN-838
             Project: Infinispan
          Issue Type: Task
          Components: Configuration, State transfer
            Reporter: Galder Zamarreño
            Assignee: Galder Zamarreño
             Fix For: 5.0.0.BETA1


Currently the default for stateRetrieval.fetchInMemoryState is false, which means if someone writes:

<stateRetrieval />

Then fetchInMemoryState is false, so no state transfer will occur. Instead, the default should be switched to true, cos it's the essence of state transfer.

Otherwise, users are forced to write:

<stateRetrieval fetchInMemoryState="true" />

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the infinispan-issues mailing list