-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got too many pings from the client, closing the connection in TiDB server log files #5688
Comments
I'm not sure if the
It looks like according to the explain above, |
I think TiDB set it to false. |
At least in current master codebase, TiDB still set it to true: And since TiDB is just the client side, even if it set to false, it should not causing the |
Yes, TiDB is the client side in client-go. I mean is it possible that TiFlash is the client side and trying to get some info, maybe table schemas, from TiDB server? |
AFAIK, TiFlash does not communicate with TiDB as a grpc client, for table schema, TiFlash get it from TiKV. Even if TiFlash communicate with TiDB as a grpc client, TiFlash use client-c as its' client and in client-c, GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS is not set exlicitly, and the default value I think is false. |
Do you mean TiFlash uses client-c of TiKV to communicate with TiDB?! |
Bug Report
Please answer these questions before submitting your issue. Thanks!
See pingcap/tidb#36861 for more details.
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
The text was updated successfully, but these errors were encountered: