Skip to content

Commit

Permalink
backup: retry on server is busy (pingcap#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Shen <[email protected]>
  • Loading branch information
overvenus authored Sep 15, 2019
1 parent 18d3c5d commit 8a46196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/raw/full.go
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ func onBackupResponse(
if !(regionErr.EpochNotMatch != nil ||
regionErr.NotLeader != nil ||
regionErr.RegionNotFound != nil ||
regionErr.ServerIsBusy != nil ||
regionErr.StaleCommand != nil ||
regionErr.StoreNotMatch != nil) {
log.Error("unexpect region error",
Expand Down

0 comments on commit 8a46196

Please sign in to comment.