]
Dan Berindei resolved ISPN-5323.
--------------------------------
Resolution: Won't Fix
Add a configuration option for partition handling to force DEGRADED
mode
------------------------------------------------------------------------
Key: ISPN-5323
URL:
https://issues.jboss.org/browse/ISPN-5323
Project: Infinispan
Issue Type: Feature Request
Components: Core
Reporter: Wolf-Dieter Fink
Labels: partition_handling
Current one part of the partition can be stay AVAILABLE and therefor it is not possible
to read key's in a DEGRADED partition as it might be stale.
But for some reason it might be worth to be able to read such keys.
In that case it must be ensured that no partition enter AVAILABLE mode and rebalance.
An additional configuration migt force DEGRADED mode for all partitions, in this case it
will be possible to have read access to all keys where this part. does not have all owners
AND have full access if all owners are available.