scan region retry not work as expected. #33419
Labels
affects-4.0
This bug affects 4.0.x versions.
affects-5.0
This bug affects 5.0.x versions.
affects-5.1
This bug affects 5.1.x versions.
affects-5.2
This bug affects 5.2.x versions.
affects-5.3
This bug affects 5.3.x versions.
affects-5.4
This bug affects 5.4.x versions.
affects-6.0
component/br
This issue is related to BR of TiDB.
severity/minor
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
we had a retry in
tidb/br/pkg/restore/split.go
Lines 108 to 111 in 4e69c07
because the multerr is not equal to origin error.
see the test.
2. What did you expect to see? (Required)
retry at least 32 * 3 times when region not consistency.
3. What did you see instead (Required)
only 3 times retry.
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: