Build up a black list for unnecessary retry MySQL Error. #8087
Labels
affects-6.1
affects-6.5
area/ticdc
Issues or PRs related to TiCDC.
component/sink
Sink component.
severity/moderate
type/bug
The issue is confirmed as a bug.
Is your feature request related to a problem?
We should not try to execute DML or DDL statements repeatedly when encountering certain types of errors, such as
:
[ErrPartitionMgmtOnNonpartitioned]
.To avoid spending a lot of time on retries, a blacklist is needed to contain this type of error.
Since it is impossible to find all errors that should not be retried at once, this issue should be open for a long time, and we should keep updating this blacklist.
Describe the feature you'd like
as above.
Describe alternatives you've considered
No response
Teachability, Documentation, Adoption, Migration Strategy
No response
The text was updated successfully, but these errors were encountered: