client-go/txnkv
you06 11121c6913
Remove stale-read flag after resolving lock (#792)
* remove stale-read when key-is-locked

Signed-off-by: you06 <you1474600@gmail.com>

* disable follower read for batch get

Signed-off-by: you06 <you1474600@gmail.com>

* the stale-read flag may already set to false

Signed-off-by: you06 <you1474600@gmail.com>

* fix batchget

Signed-off-by: you06 <you1474600@gmail.com>

* Reset busy-threshold when stale read fallback to leader read

Signed-off-by: you06 <you1474600@gmail.com>

* address comment

Signed-off-by: you06 <you1474600@gmail.com>

* trigger CI

Signed-off-by: you06 <you1474600@gmail.com>

---------

Signed-off-by: you06 <you1474600@gmail.com>
2023-05-26 13:55:53 +08:00
..
rangetask refactor: range task log with more accurate info (#657) 2023-01-12 14:20:23 +08:00
transaction lock_resolver: support verifying primary for check_txn_status (#777) 2023-05-08 16:18:26 +08:00
txnlock lock_resolver: handle pessimistic locks in BatchResolveLocks (#794) 2023-05-11 12:26:01 +08:00
txnsnapshot Remove stale-read flag after resolving lock (#792) 2023-05-26 13:55:53 +08:00
txnutil fix license (#267) 2021-08-15 01:48:01 +08:00
client.go reformat codec and add keyspace support (#649) 2023-01-10 15:15:33 +08:00
lock_export.go fix license (#267) 2021-08-15 01:48:01 +08:00
snapshot_export.go add replica read adjuster function in KVSnapshot (#540) 2022-07-07 17:12:24 +08:00
transaction_export.go *: remove the support of `amend transaction` (#635) 2023-01-09 16:30:27 +08:00
util_export.go fix license (#267) 2021-08-15 01:48:01 +08:00