]
Pedro Ruivo updated ISPN-8336:
------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.2.0.Final
Resolution: Done
lockAllAndRecord() method is blocking
--------------------------------------
Key: ISPN-8336
URL:
https://issues.jboss.org/browse/ISPN-8336
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 9.2.0.Final
the lockAndRecord (and lock all) method can block the application thread until the lock
is available. There is no impact for a remote command since the command is queued in the
inbound handler until the lock is acquired (or timeout).