-
Notifications
You must be signed in to change notification settings - Fork 246
Open
Labels
contributionThis PR is from a community contributor.This PR is from a community contributor.first-time-contributorIndicates that the PR was contributed by an external member and is a first-time contributor.Indicates that the PR was contributed by an external member and is a first-time contributor.
Description
tikv client version: v2.0.7
I scaled in TiKV nodes from 6 to 3. After that, the client keeps printing too many logs:
[2025/09/11 07:20:00.363 +00:00] [INFO] [client_batch.go:584] ["batchRecvLoop re-create streaming fail"] [target=basic-tikv-4.basic-tikv-peer.tidb-cluster.svc:20160] [forwardedHost=] [error="context deadline exceeded"]
[2025/09/11 07:20:01.165 +00:00] [INFO] [client_batch.go:584] ["batchRecvLoop re-create streaming fail"] [target=basic-tikv-3.basic-tikv-peer.tidb-cluster.svc:20160] [forwardedHost=] [error="context deadline exceeded"]
[2025/09/11 07:20:01.218 +00:00] [INFO] [client_batch.go:584] ["batchRecvLoop re-create streaming fail"] [target=basic-tikv-5.basic-tikv-peer.tidb-cluster.svc:20160] [forwardedHost=] [error="context deadline exceeded"]
[2025/09/11 07:20:01.305 +00:00] [INFO] [client_batch.go:584] ["batchRecvLoop re-create streaming fail"] [target=basic-tikv-3.basic-tikv-peer.tidb-cluster.svc:20160] [forwardedHost=] [error="context deadline exceeded"]
[2025/09/11 07:20:01.636 +00:00] [INFO] [client_batch.go:584] ["batchRecvLoop re-create streaming fail"] [target=basic-tikv-4.basic-tikv-peer.tidb-cluster.svc:20160] [forwardedHost=] [error="context deadline exceeded"]
[2025/09/11 07:20:02.940 +00:00] [INFO] [client_batch.go:584] ["batchRecvLoop re-create streaming fail"] [target=basic-tikv-5.basic-tikv-peer.tidb-cluster.svc:20160] [forwardedHost=] [error="context deadline exceeded"]
[2025/09/11 07:20:02.974 +00:00] [INFO] [client_batch.go:584] ["batchRecvLoop re-create streaming fail"] [target=basic-tikv-3.basic-tikv-peer.tidb-cluster.svc:20160] [forwardedHost=] [error="context deadline exceeded"]
[2025/09/11 07:20:02.979 +00:00] [INFO] [client_batch.go:584] ["batchRecvLoop re-create streaming fail"] [target=basic-tikv-4.basic-tikv-peer.tidb-cluster.svc:20160] [forwardedHost=] [error="context deadline exceeded"]
Metadata
Metadata
Assignees
Labels
contributionThis PR is from a community contributor.This PR is from a community contributor.first-time-contributorIndicates that the PR was contributed by an external member and is a first-time contributor.Indicates that the PR was contributed by an external member and is a first-time contributor.