]
Paul Ferraro updated WFLY-8906:
-------------------------------
Summary: Cache configuration services should start on-demand (was: Cache containers
w/out JGroups transport should start on-demand)
Cache configuration services should start on-demand
---------------------------------------------------
Key: WFLY-8906
URL:
https://issues.jboss.org/browse/WFLY-8906
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 11.0.0.Alpha1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Most infinispan services are configured to start passively - since Infinispan requires
its cache container to start when the associated JGroups channel is started. However,
local cache containers (i.e. containing only local caches and no associated JGroups
transport) do not have this limitation, and should thus start as on-demand. This should
help reduce WF's startup memory footprint.