Description
Once an superseding index is indexed (has :disableIndexesOnNextCycle flag) then IndexUpdate disables the superseded index the next time superseding index is indexed. So, if we have and async index running in nrt mode too - then nrt updates also disable indexes.
We should have a more controlled disabling action (apart from concurrent nrt/sync updates would likely conflict with each to fail the commit) - do it in async cycle.
Note: This is only relevant when superseding index is an async index - superseding sync indexes would continue to work as earlier.
Attachments
Issue Links
- is broken by
-
OAK-6820 Implement support for disabling indexes which are replaced with newer index
- Closed