Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ref count handling in Engine.failEngine (#48639) #48646

Merged
merged 1 commit into from
Oct 30, 2019

Conversation

original-brownbear
Copy link
Member

We can run into an already closed store here and hence
throw on trying to increment the ref count => moving to
the guarded ref count increment

closes #48625

backport of #48639

We can run into an already closed store here and hence
throw on trying to increment the ref count => moving to
the guarded ref count increment

closes elastic#48625
@original-brownbear original-brownbear added :Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. backport labels Oct 29, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Engine)

@original-brownbear original-brownbear merged commit 01e326d into elastic:7.x Oct 30, 2019
@original-brownbear original-brownbear deleted the 48639-7.x branch October 30, 2019 09:10
dnhatn pushed a commit that referenced this pull request Nov 3, 2019
We can run into an already closed store here and hence
throw on trying to increment the ref count => moving to
the guarded ref count increment

closes #48625
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants