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

Turning on repairs shouldn't invoke repairs for in-flight queries #740

Merged
merged 1 commit into from
Nov 4, 2019

Conversation

smukil
Copy link
Contributor

@smukil smukil commented Nov 4, 2019

Turning on repairs with constant traffic runs the risk of in-flight
queries trying to be repaired. This is incorrect and we should
make sure to not take the repair path for these queries.

This was found in a TEST cluster and I confirmed that this patch
fixes it.

Turning on repairs with constant traffic runs the risk of in-flight
queries trying to be repaired. This is incorrect and we should
make sure to not take the repair path for these queries.

This was found in a TEST cluster and I confirmed that this patch
fixes it.
@smukil smukil added the bug label Nov 4, 2019
@smukil smukil self-assigned this Nov 4, 2019
@smukil smukil merged commit 8464a60 into Netflix:dev Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant