-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MB-25156 scan-coordinator: fix stats update panic with drop index
scan_coordinator has race condition in stats update with drop index. drop index can cleanup the stats while the scan has acquired the snapshot and will execute the request. In all such cases, the stat update needs to be skipped. Change-Id: If03ec2ebce841255074eb7efc578bbb3a0432cf2
- Loading branch information
Showing
1 changed file
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters