Skip to content

Conversation

@martijnvg
Copy link
Member

Backport #123010 to 9.0 branch.

This method gets called from InternalEngine#resolveDocVersion(...), which gets during indexing (via InternalEngine.index(...)).

When InternalEngine.index(...) gets invoked, the InternalEngine only ensures that it holds a ref to the engine via Engine#acquireEnsureOpenRef(), but this doesn't ensure whether it holds a reference to the store.

Closes #122974

…er(...) (elastic#123010)

This method gets called from `InternalEngine#resolveDocVersion(...)`, which gets during indexing (via `InternalEngine.index(...)`).

When `InternalEngine.index(...)` gets invoked, the InternalEngine only ensures that it holds a ref to the engine via Engine#acquireEnsureOpenRef(), but this doesn't ensure whether it holds a reference to the store.

Closes elastic#122974

* Update docs/changelog/123010.yaml
@martijnvg martijnvg added backport auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) labels Feb 24, 2025
@elasticsearchmachine elasticsearchmachine merged commit 9c52dc4 into elastic:9.0 Feb 24, 2025
16 checks passed
@martijnvg martijnvg deleted the backport_123010_9_dot_0 branch February 24, 2025 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport v9.0.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants