kv client takes too long time to recover when a TiKV node shutdowns #3191
Labels
affects-4.0
affects-5.0
area/ticdc
Issues or PRs related to TiCDC.
component/kv-client
TiKV kv log client component.
severity/major
type/bug
The issue is confirmed as a bug.
What did you do?
What did you expect to see?
No response
What did you see instead?
The kv client takes 23minutes to reconnect all leader regions that belong to the shutdown TiKV, it wastes too much time to retry to establish gPRC connection with the shutdown TiKV store.
The kv client should take the available of TiKV store into consideration, which is quite similar to the active store mechanism in region cache.
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):v5.2.1
TiCDC version (execute
cdc version
):master@pingcap/ticdc@0a8390a
The text was updated successfully, but these errors were encountered: