Skip to content

Commit

Permalink
Merge branch 'release-4.0' into cherry-pick-4148-to-release-4.0 and c…
Browse files Browse the repository at this point in the history
…lose tikv#4146
  • Loading branch information
bufferflies committed Nov 24, 2021
2 parents 96101b5 + b41c892 commit cd2d333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/cluster/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (c *coordinator) patrolRegions() {
}
checkerIsBusy, ops := c.checkers.CheckRegion(region)
if checkerIsBusy {
continue
break
}
if len(ops) > 0 {
c.opController.AddWaitingOperator(ops...)
Expand Down

0 comments on commit cd2d333

Please sign in to comment.