The grpc.max_reconnect_backoff_ms
of client-c is too small to capture TLS verification errors
#9803
Labels
component/compute
may-affects-5.4
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
may-affects-8.1
may-affects-8.5
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
Cannot check peer: missing selected ALPN property
) again but only show messages like belowThe default
grpc.max_reconnect_backoff_ms
(3000 ms) is much smaller thanDEFAULT_POLL_INTERVAL_MS
(5000 ms). When facing error about TLS connection verification, the backup poller ( sync mod API ) can not capture valuable info in time before next reconnection.4. What is your TiFlash version? (Required)
after #3649
>= v5.4.0
The text was updated successfully, but these errors were encountered: