Netflix / dynomite

A generic dynamo implementation for different k-v storage engines
Apache License 2.0
4.2k stars 531 forks source link

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

Closed smukil closed 5 years ago

smukil commented 5 years ago

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.