]
Will Burns updated ISPN-11295:
------------------------------
Status: Open (was: New)
InfinispanLock needs to block on a blocking thread but continue its
operation on a non blocking thread
------------------------------------------------------------------------------------------------------
Key: ISPN-11295
URL:
https://issues.redhat.com/browse/ISPN-11295
Project: Infinispan
Issue Type: Sub-task
Components: Core
Reporter: Will Burns
Priority: Major
The InfinispanLock#toInvocationStage can block waiting for the lock. If this happens it
needs to block on the blocking thread but then continue on a non blocking thread.