]
Adrian Nistor updated ISPN-4626:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 7.0.0.Beta1
Resolution: Done
Race condition in the LocalEntryRetriever between iterator() and
hasNext()
--------------------------------------------------------------------------
Key: ISPN-4626
URL:
https://issues.jboss.org/browse/ISPN-4626
Project: Infinispan
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Core
Affects Versions: 7.0.0.Alpha5
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 7.0.0.Beta1
The LocalEntryRetriver sometimes will erroneously return false for hasNext right after
creation of the iterator, because initial retrieval is done on a separate thread and it
may not finish on time.
This is causing intermittent failures in the index-less query tests. See ISPN-4594