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

errors: stop defining description(), which has been deprecated #67

Closed kennytm closed 4 years ago

kennytm commented 4 years ago

What have you changed? (mandatory)

Removed all description() usage in Error, which has been deprecated and causing gRPC warnings always saying only "description() is deprecated; use Display".

What are the type of the changes? (mandatory)

How has this PR been tested? (mandatory)

Manual test to trigger a gRPC error and check the log.

Does this PR affect TiDB Lightning? (mandatory)

No

Refer to a related PR or issue link (optional)

Benchmark result if necessary (optional)

Add a few positive/negative examples (optional)