-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
BR: PiTR unable to communicate with PD(etcd) via TLS #38775
Comments
The root cause is checkpoint didn't moving forward. And the reason of checkpoint didn't moving forward is TiKV didn't start watch task thread.
we should keep retrying to start the watch threads and I think we need add some check before we start log backup via br. @joccau |
Are you using the client key with You can use the following command to transform the openssl pkcs8 -in $key -nocrypt -topk8 -out $key.pk8 And we can try to use the new generated key then. |
please give more information about why tonic not support |
@3pointer Generally, it seems |
It's more like these four DNS names A workaround is remove these four names out of SAN in certificate. |
/close |
@joccau: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
we will get the error when use CA-bundle certificated. this affects v6.5.0
|
ref #13867, ref #14081, ref pingcap/tidb#38775 Signed-off-by: 3pointer <[email protected]> Signed-off-by: 3pointer <[email protected]> Co-authored-by: 3pointer <[email protected]> Co-authored-by: 3pointer <[email protected]> Co-authored-by: 山岚 <[email protected]>
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
use v6.2 br backup and restore data to new cluster
2. What did you expect to see? (Required)
should be able to restore data to new cluster successfully
3. What did you see instead (Required)
A_PAST_TIMESTAMP are the same timestamp point
4. What is your TiDB version? (Required)
6.2
The text was updated successfully, but these errors were encountered: