Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hold store reference in InternalEngine#performActionWithDirectoryRead…
…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
- Loading branch information