You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments