tikv / client-rust

Rust Client for TiKV.
Apache License 2.0
390 stars 131 forks source link

plan: handle gRPC error #419

Closed pingyu closed 1 year ago

pingyu commented 1 year ago

Properly handle gRPC error by invalidate region cache, backoff, and retry.

Without invalidate region cache, retry from outer callers will still meet the gRPC` error.

Test by manual high availability test.