]
Adrian Nistor updated ISPN-9340:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.4.0.Alpha1
Resolution: Done
Integrated in master. Thanks [~gustavonalle]!
Throw a AvailabilityException for queries if the cache is in
DEGRADED_MODE because of possible inconsistent Index
-----------------------------------------------------------------------------------------------------------------
Key: ISPN-9340
URL:
https://issues.jboss.org/browse/ISPN-9340
Project: Infinispan
Issue Type: Bug
Reporter: Wolf-Dieter Fink
Assignee: Gustavo Fernandes
Fix For: 9.4.0.Alpha1
If a cache with partition handling enabled and not in ALLOW_READ_WRITES this mean it will
enter degraded mode and the index can be inconsistent.
Also entries listed in index might not be available.
Therefore a query should throw an AvailabilityException.