]
Pedro Ruivo reassigned ISPN-5602:
---------------------------------
Assignee: Pedro Ruivo
Create timeout scheduler executor
---------------------------------
Key: ISPN-5602
URL:
https://issues.jboss.org/browse/ISPN-5602
Project: Infinispan
Issue Type: Sub-task
Components: Core
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
With the new locking scheme, no threads wait for the lock to be acquired or timed out.
Instead, they are notified when the lock state changes. Since the lock could be acquired
for long period, we need a scheduler to schedule timeout checks, otherwise, operation
could wait for a long period until they are notified.