client-go/tikvrpc
MyonKeminta 31a8ddab19
Support actively requesting update health feedback information by calling RPC to TiKV (#1287)
* Support actively requesting update health feedback information by calling RPC to TiKV

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* Update kvproto; follow the protocol change; and add more comments

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* Fix build

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* Add integration tests

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* tune the frequency of active updating

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* Update kvproto

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* Fix test

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* Revert changes to examples

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

* Remove unnecessary empty line

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>

---------

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
Co-authored-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
2024-05-27 14:36:27 +08:00
..
interceptor add explicit request source type to label the external request like lightning/br (#868) 2023-07-07 15:02:42 +08:00
cmds_generated.go tikvrpc: avoid data race on `XxxRequest.Context` (#1242) 2024-03-22 15:07:37 +08:00
endpoint.go region_cache: support <engine_role, write> for disaggregated tiflash 2023-03-06 17:53:57 +08:00
gen.sh tikvrpc: avoid data race on `XxxRequest.Context` (#1242) 2024-03-22 15:07:37 +08:00
main_test.go fix license (#267) 2021-08-15 01:48:01 +08:00
tikvrpc.go Support actively requesting update health feedback information by calling RPC to TiKV (#1287) 2024-05-27 14:36:27 +08:00
tikvrpc_test.go tikvrpc: avoid data race on `XxxRequest.Context` (#1242) 2024-03-22 15:07:37 +08:00