]
Galder Zamarreño commented on ISPN-838:
---------------------------------------
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
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: