]
Galder Zamarreño updated ISPN-6219:
-----------------------------------
Fix Version/s: 9.4.0.Final
(was: 9.3.0.Final)
An interruption during a MassIndexer run should exit early
----------------------------------------------------------
Key: ISPN-6219
URL:
https://issues.jboss.org/browse/ISPN-6219
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying
Reporter: Sanne Grinovero
Fix For: 9.4.0.Final
Methods like {{IndexUpdater.updateIndex()}} correctly check for interruption state to
skip some work but they don't trigger an early exit from the indexing loop so we'd
still be consuming all of the data stream.