]
RH Bugzilla Integration commented on ISPN-4611:
-----------------------------------------------
Sebastian Ćaskawiec <slaskawi(a)redhat.com> changed the Status of [bug
Explore ability to use Put-Async in some operations on the Lucene
Directory
---------------------------------------------------------------------------
Key: ISPN-4611
URL:
https://issues.jboss.org/browse/ISPN-4611
Project: Infinispan
Issue Type: Enhancement
Components: Lucene Directory
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 7.0.0.CR1
Attachments: 0001-ISPN-4611-Update-write-operations-on-the-list-of-def.patch
I just noticed that if I change all put operations in FileListOperations to be putAsync,
the stress tests against index corruption and parallel queries run flawlessly.
It's possible that these particular operation might not need the synchronous flush,
but we need to verify if a committed index change is immediately visible to queries.