client-rust
client-rust copied to clipboard
appear segmentfault when calling current_timestamp()
background :
- i'm learning BR of TiDB, and use tikv-client to get TSO.
- however, when i used example of
pd.current_timestampto do, i got an error.
help info :
- you can access my code at segmentfault path, and run
cargo run -- backup table -t 123 -s ./to reproduce the error - after debug, i saw something happened on grpc part of tikv-client.

hopefully, anyone gives me any advise.