]
Katia Aresti updated ISPN-11836:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
MassIndexLock should be non blocking
------------------------------------
Key: ISPN-11836
URL:
https://issues.redhat.com/browse/ISPN-11836
Project: Infinispan
Issue Type: Bug
Reporter: Will Burns
Priority: Major
The MassIndexLock interface defines blocking API for it. There is no reason this
can't instead be non blocking and have the DistributedExecutorMassIndexer utilize that
in a non blocking fashion, it already returns a CompletionStage.