client-go/internal/client
MyonKeminta 03bbadb277
Support receving health feedback (#1153)
* Register health feedback handler in batch client

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

* update protocol

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

* Collect the health status and record to the stores

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

* Remove the filter which looks not necessary

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

* Add metrics

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

* Fix checkAndUpdateStoreHealthStatus panicking

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

* Add logs

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

* Merge SetHealthFeedbackHandler to Client

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

* Try another pattern: separated callback registry

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

* Try region cache eventListener pattern

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

* Add tests

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

* Test receiving froim callback

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

* Add tests to region cache

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

* Remove unnecessary debug log

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

* Add comments

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

* remove replace of tidb repo

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

* fix build

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

* Update comments; fix lint

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

* Add the isSlow method of Store back

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

* remove unused method for now to make lint happy

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

* Address comments

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-02-28 19:10:32 +08:00
..
mockserver Support receving health feedback (#1153) 2024-02-28 19:10:32 +08:00
retry ErrQueryInterrupted with parameters (#1124) 2024-02-02 10:26:02 +08:00
client.go Support receving health feedback (#1153) 2024-02-28 19:10:32 +08:00
client_batch.go Support receving health feedback (#1153) 2024-02-28 19:10:32 +08:00
client_collapse.go *: replace pingcap/errors with pkg/errors (#357) 2021-11-01 11:59:52 +08:00
client_fail_test.go ci: make golangci happy (#1066) 2023-11-21 15:05:35 +08:00
client_interceptor.go resource_control: add ru details in ExecDetails (#1070) 2023-12-04 15:40:48 +08:00
client_interceptor_test.go Support receving health feedback (#1153) 2024-02-28 19:10:32 +08:00
client_test.go Support receving health feedback (#1153) 2024-02-28 19:10:32 +08:00
main_test.go config: enable user configuration for retry strategy. (#1055) 2023-11-14 14:54:10 +08:00
priority_queue.go client: Cache tikv request in tidb client side (#1098) 2024-02-21 14:54:33 +08:00
priority_queue_test.go client: Cache tikv request in tidb client side (#1098) 2024-02-21 14:54:33 +08:00