]
Ryan Emerson updated ISPN-12411:
--------------------------------
Status: Open (was: New)
org.infinispan.CONFIG should ignore zero-capacity-node=true
-----------------------------------------------------------
Key: ISPN-12411
URL:
https://issues.redhat.com/browse/ISPN-12411
Project: Infinispan
Issue Type: Enhancement
Components: Configuration
Affects Versions: 12.0.0.Dev04
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 12.0.0.Dev05
Cluster-wide cache creation relies on local listeners on the org.infinispan.CONFIG cache,
however those listeners are not called if the node capacity is 0; which is the case for
all caches when zero-capacity-node=true.
To allow for zero-capacity-nodes to perform administrative operations, we should never
set the capacity to 0 for the CONFIG cache.