client-go/txnkv/transaction
Yilin Chen 57c12f7c64
Handle more detailed statistics from TiKV (#536)
* support more detailed statistics returned from TiKV

Signed-off-by: Yilin Chen <sticnarf@gmail.com>

* fix log formatting

Signed-off-by: Yilin Chen <sticnarf@gmail.com>

* add to test

Signed-off-by: Yilin Chen <sticnarf@gmail.com>
2022-07-13 16:56:47 +08:00
..
2pc.go txn: also record get-latest-ts time in commit details (#538) 2022-07-07 11:11:16 +08:00
batch_getter.go txnkv/transaction: remove use of errors.Trace (#351) 2021-10-27 10:13:37 +08:00
batch_getter_test.go fix license (#267) 2021-08-15 01:48:01 +08:00
binlog.go fix license (#267) 2021-08-15 01:48:01 +08:00
cleanup.go client: support requests with source label (#506) 2022-06-24 18:17:09 +08:00
commit.go Handle more detailed statistics from TiKV (#536) 2022-07-13 16:56:47 +08:00
pessimistic.go Handle more detailed statistics from TiKV (#536) 2022-07-13 16:56:47 +08:00
prewrite.go Handle more detailed statistics from TiKV (#536) 2022-07-13 16:56:47 +08:00
test_probe.go atomic PrewriteMaxBackoff (#488) 2022-05-10 10:24:53 +08:00
txn.go Add a callback when MemDB grows (#520) 2022-06-30 15:19:23 +08:00