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 panic in IndexSet #10423

Merged
merged 1 commit into from
Oct 26, 2018
Merged

Fix panic in IndexSet #10423

merged 1 commit into from
Oct 26, 2018

Conversation

e-dard
Copy link
Contributor

@e-dard e-dard commented Oct 26, 2018

This PR fixes a panic where a concurrent removal of a shard and meta query could cause a nil index to be added to the IndexSet`.

This commit fixes a panic where a concurrent removal of a shard and meta
query could cause a `nil` index to be added to the IndexSet`.
@e-dard e-dard added this to the 1.7.0 milestone Oct 26, 2018
@e-dard e-dard requested a review from zeebo October 26, 2018 17:32
@ghost ghost assigned e-dard Oct 26, 2018
@ghost ghost added the review label Oct 26, 2018
@e-dard e-dard requested a review from benbjohnson October 26, 2018 17:32
This was referenced Oct 26, 2018
@e-dard e-dard merged commit 4282721 into master Oct 26, 2018
@e-dard e-dard deleted the er-nil-shard branch October 26, 2018 18:05
@ghost ghost removed the review label Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants