Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
105642: kvserver: de-flake TestMergeQueueSeesLearnerOrJointConfig r=irfansharif a=irfansharif Fixes #105381. It was possible for us to receive client-side store IDs concurrently with the server-side stopper being quiesced, at which point we read the variable storing the client-side store IDs without a mutex (which triggered the data race detector). The data race was benign, but instead of adding a synchronization primitive, we recognize that there was no reason for the store ID handling to happen on separate threads. Release note: None Co-authored-by: irfan sharif <[email protected]>
- Loading branch information