Dan Berindei created ISPN-9850:
----------------------------------
Summary: State transfer enabled attribute is overridden by store fetch-state
attribute
Key: ISPN-9850
URL:
https://issues.jboss.org/browse/ISPN-9850
Project: Infinispan
Issue Type: Bug
Components: Configuration, Core
Affects Versions: 9.4.5.Final, 10.0.0.Alpha2
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 10.0.0.Beta1
The decision whether to request state is made based on
{{(configuration.clustering().stateTransfer().fetchInMemoryState() ||
configuration.persistence().fetchPersistentState())}}. In the XML {{fetchInMemoryState}}
is {{<state-transfer enabled=X/>}}, {{fetchPersistentState}} is {{<store
fetch-state=X/>}}.
We should rename {{fetchInMemoryState}} to match the XML and to indicate that it
enables/disables all state transfer, and stores should not be allowed to fetch state if
state transfer was disabled in the state transfer configuration.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)