-
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 restore hangs sometimes #54140
Comments
/component br |
We can use
Actually the
It looks that it's just stucking writing bytes into stderr. type FD struct {
fdmu type fdMutex struct {
// (dlv) x -fmt hex -size 8 -x 0xc0001760c0
// 0xc0001760c0: 0x000000000000000c
// mutexWLock & mutexRef
state uint64
// (dlv) x -fmt hex -size 8 -x 0xc0001760c0 + 8
// 0xc0001760c8: 0x0000000000000000
rsema uint32
wsema uint32
} // + 16
// ...
} Besides, the k8s front-ends are closed for these cases, so tail -n 1 /proc/$(pgrep br)/fd/2 |
/severity moderate |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
br restore not hang
3. What did you see instead (Required)
br restore hangs
4. What is your TiDB version? (Required)
[root@br-0 /]# /br -V
Release Version: v8.2.0-alpha
Git Commit Hash: 26d1096
Git Branch: heads/refs/tags/v8.2.0-alpha
Go Version: go1.21.10
UTC Build Time: 2024-06-17 11:39:33
Race Enabled: false
The text was updated successfully, but these errors were encountered: