tikv / importer

tikv-importer is a front-end to help ingesting large number of KV pairs into a TiKV cluster
Apache License 2.0
20 stars 14 forks source link

do not retry ingest when met epoch not match error #104

Closed glorv closed 3 years ago

glorv commented 3 years ago

What have you changed? (mandatory)

Do not auto retry EpochNotMatch error when ingest sst file

The currently defined types are listed below, please pick one of the types for this PR by removing the others:

How has this PR been tested? (mandatory)

Does this PR affect TiDB Lightning? (mandatory)

Refer to a related PR or issue link (optional)

Benchmark result if necessary (optional)

Add a few positive/negative examples (optional)

glorv commented 3 years ago

/hold