]
Gustavo Fernandes updated ISPN-4715:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Resolve race condition in Lock promotion of IndexManager
--------------------------------------------------------
Key: ISPN-4715
URL:
https://issues.jboss.org/browse/ISPN-4715
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 7.0.0.Beta2
Multiple incoming threads could hit the synchronization lock while the promotion is being
upgraded, the non-first ones need to be allowed an early exit if the promotion already
took place.