]
Katia Aresti reassigned ISPN-11836:
-----------------------------------
Assignee: Will Burns
MassIndexLock should be non blocking
------------------------------------
Key: ISPN-11836
URL:
https://issues.redhat.com/browse/ISPN-11836
Project: Infinispan
Issue Type: Bug
Reporter: Will Burns
Assignee: 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.