]
Tristan Tarrant updated ISPN-11295:
-----------------------------------
Fix Version/s: 11.0.0.Dev04
(was: 11.0.0.Dev03)
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
Fix For: 11.0.0.Dev04
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.