Skip to content

Commit

Permalink
fix question during remove goto
Browse files Browse the repository at this point in the history
  • Loading branch information
lysu committed Jul 30, 2020
1 parent 48b0d9b commit 7cc9877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store/tikv/gcworker/gc_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,7 @@ retryScanAndResolve:
}
continue retryScanAndResolve
}
break
}
if len(locks) < gcScanLockLimit {
stat.CompletedRegions++
Expand Down

0 comments on commit 7cc9877

Please sign in to comment.