client-rust icon indicating copy to clipboard operation
client-rust copied to clipboard

appear segmentfault when calling current_timestamp()

Open jansu-dev opened this issue 1 year ago • 0 comments

background :

  1. i'm learning BR of TiDB, and use tikv-client to get TSO.
  2. however, when i used example of pd.current_timestamp to do, i got an error.

help info :

  1. you can access my code at segmentfault path, and run cargo run -- backup table -t 123 -s ./ to reproduce the error
  2. after debug, i saw something happened on grpc part of tikv-client. image

hopefully, anyone gives me any advise.

jansu-dev avatar Nov 28 '22 10:11 jansu-dev