Skip to content

OAK-12307: Indexing a disabled index without async leads to a sync index#3018

Open
tmvlad wants to merge 1 commit into
apache:OAK-12307from
tmvlad:OAK-12307
Open

OAK-12307: Indexing a disabled index without async leads to a sync index#3018
tmvlad wants to merge 1 commit into
apache:OAK-12307from
tmvlad:OAK-12307

Conversation

@tmvlad

@tmvlad tmvlad commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

On out-of-band import, a change of index type from the on-disk definition caused switchLanes to carry the stale on-disk async, dropping it when the provided definition differed. Align async to the provided definition (copy if present, remove if sync) for any type mismatch, generalizing the previous elasticsearch-only handling.

On out-of-band import, a change of index type from the on-disk definition
caused switchLanes to carry the stale on-disk async, dropping it when the
provided definition differed. Align async to the provided definition (copy if
present, remove if sync) for any type mismatch, generalizing the previous
elasticsearch-only handling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant