]
Will Burns resolved ISPN-11552.
-------------------------------
Resolution: Duplicate Issue
This was handled in
Cluster Locks should be non blocking
------------------------------------
Key: ISPN-11552
URL:
https://issues.redhat.com/browse/ISPN-11552
Project: Infinispan
Issue Type: Sub-task
Components: Clustered Locks
Reporter: Will Burns
Priority: Major
Cluster Locks currently use a blocking executor to process lock and unlock calls. The API
for these methods are non blocking and we should ensure they do not block down the stack.