-
Notifications
You must be signed in to change notification settings - Fork 220
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
kvclient panic when kill pd leader during br backup #1357
Labels
Comments
Lily2025
changed the title
client panic when kill pd leader during br backup
kvclient panic when kill pd leader during br backup
May 31, 2024
fixed by #1359 |
/affect-8.1 |
crazycs520
added a commit
to crazycs520/client-go
that referenced
this issue
Jul 24, 2024
close issue tikv#1357 --------- Signed-off-by: crazycs520 <[email protected]>
crazycs520
added a commit
to crazycs520/client-go
that referenced
this issue
Jul 24, 2024
close issue tikv#1357 Signed-off-by: crazycs520 <[email protected]> --------- Signed-off-by: crazycs520 <[email protected]>
crazycs520
added a commit
to crazycs520/client-go
that referenced
this issue
Jul 24, 2024
close issue tikv#1357 Signed-off-by: crazycs520 <[email protected]> --------- Signed-off-by: crazycs520 <[email protected]>
MyonKeminta
pushed a commit
that referenced
this issue
Jul 31, 2024
close issue #1357 --------- Signed-off-by: crazycs520 <[email protected]>
cfzjywxk
pushed a commit
that referenced
this issue
Aug 21, 2024
close issue #1357 --------- Signed-off-by: crazycs520 <[email protected]>
cfzjywxk
pushed a commit
that referenced
this issue
Aug 21, 2024
close issue #1357 --------- Signed-off-by: crazycs520 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1、run br backup
2、kill pd leader
3、br backup failed
`panic: close of closed channel
goroutine 2822 [running]:
github.com/tikv/client-go/v2/internal/client.(*batchConn).Close(...)
/root/go/pkg/mod/github.com/tikv/client-go/[email protected]/internal/client/client_batch.go:769
github.com/tikv/client-go/v2/internal/client.(*connArray).Close(0xc0004bb560)
/root/go/pkg/mod/github.com/tikv/client-go/[email protected]/internal/client/client.go:330 +0xf6
github.com/tikv/client-go/v2/internal/client.(*RPCClient).CloseAddr(0xc0007e3680, {0xc000f7e7d0, 0x44})
/root/go/pkg/mod/github.com/tikv/client-go/[email protected]/internal/client/client.go:797 +0x1e5
github.com/tikv/client-go/v2/internal/client.(*RPCClient).recycleIdleConnArray(0xc0007e3680)
/root/go/pkg/mod/github.com/tikv/client-go/[email protected]/internal/client/client_batch.go:835 +0x1f7
created by github.com/tikv/client-go/v2/internal/client.(*RPCClient).sendRequest in goroutine 2821
/root/go/pkg/mod/github.com/tikv/client-go/[email protected]/internal/client/client.go:587 +0x34b`
tidb version:
./tidb-server -V
Release Version: v7.5.2
Edition: Community
Git Commit Hash: 39ea2b30d32ab8cf486f30ca318cf2e4bd99eaef
Git Branch: HEAD
UTC Build Time: 2024-05-29 15:07:12
GoVersion: go1.21.10
Race Enabled: false
Check Table Before Drop: false
Store: unistore
2024-05-30T14:14:32.686+0800
The text was updated successfully, but these errors were encountered: