]
Ryan Emerson updated ISPN-11529:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Clustered Locks allows numOwners=1 and DENY_READ_WRITES
-------------------------------------------------------
Key: ISPN-11529
URL:
https://issues.redhat.com/browse/ISPN-11529
Project: Infinispan
Issue Type: Bug
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
If the user configures a clustered lock to utilise numOwners=1 and
Reliability.CONSISTENT, this will result in the partion handling strategy being set to
DENY_READ_WRITES which will result in the cluster becoming degraded in the event of a
single node leaving the cluster.