]
Radoslav Husar updated WFLY-8329:
---------------------------------
Issue Type: Feature Request (was: Bug)
cannot set await-initial-transfer attribute in infinispan
configuration
-----------------------------------------------------------------------
Key: WFLY-8329
URL:
https://issues.jboss.org/browse/WFLY-8329
Project: WildFly
Issue Type: Feature Request
Components: Clustering
Affects Versions: 10.1.0.Final
Reporter: Daniele Pirola
Assignee: Paul Ferraro
Inside wildfly infinispan configuration I can't set attribute
{{await-initial-transfer}} even if it's present in Infinispan 8.2.4.Final (see
{{org.infinispan.configuration.cache.StateTransferConfiguration}}).
This is the subsystem that doesn't work:
{{<subsystem xmlns="urn:jboss:domain:infinispan:4.0">
<cache-container XXX >
<distributed-cache XXX >
...
<state-transfer await-initial-transfer="true" />
</distributed-cache>}}
There is a workaround to set this attribute at runtime?