Skip to content

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

Open
thomasmueller wants to merge 1 commit into
trunkfrom
OAK-12307
Open

OAK-12307: Indexing a disabled index without async leads to a sync index#3065
thomasmueller wants to merge 1 commit into
trunkfrom
OAK-12307

Conversation

@thomasmueller

Copy link
Copy Markdown
Member

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.

…dex (#3018)

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

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.

* OAK-12307: gate the legacy index-import flow behind the OAK-12307 toggle, defaulting to the new flow
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

Commit-Check ✔️

@sonarqubecloud

sonarqubecloud Bot commented Aug 5, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
69.4% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

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.

2 participants