]
Tristan Tarrant updated ISPN-9282:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.2.6.Final
9.3.0.Final
Resolution: Done
Near-Real-Time indexes lost when server is stopped
--------------------------------------------------
Key: ISPN-9282
URL:
https://issues.jboss.org/browse/ISPN-9282
Project: Infinispan
Issue Type: Bug
Components: Indexing, Server
Affects Versions: 9.3.0.CR1, 9.2.5.Final
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 9.2.6.Final, 9.3.0.Final
The server does not respect the stop order of the caches dictated by cache manager and
tries to stop all caches in random order.
When a cache is indexed and uses the "near-real-time" index manager, it relies
on the indexing caches being available during shutdown of the data cache so that it can
properly flush the index to persistence storage, and this fails due to one or more index
caches being unavailable.