We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error. Starting the pump component reports an error
What did you expect to see? The pump component does not panic
What did you see instead?
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x2b0 pc=0x1cb8c7c] goroutine 193051696 [running]: google.golang.org/grpc.(*ClientConn).GetState(...) /root/go/pkg/mod/google.golang.org/grpc@v1.44.0/clientconn.go:527 github.com/tikv/client-go/v2/internal/client.(*RPCClient).SendRequest(0x4001502d00, {0x3b2a6a8, 0x40006242c0}, {0x40028260a8, 0x12}, 0x4004307180, 0x6fc23ac00?) /root/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.1-0.20220311043619-5042c6f2aaa6/internal/client/client.go:410 +0x54c github.com/tikv/client-go/v2/internal/client.interceptedClient.SendRequest({{0x3b1af50?, 0x4001502d00?}}, {0x3b2a6a8, 0x40006242c0}, {0x40028260a8, 0x12}, 0x1001?, 0x6fc23ac00) /root/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.1-0.20220311043619-5042c6f2aaa6/internal/client/client_interceptor.go:42 +0x160 github.com/tikv/client-go/v2/internal/client.reqCollapse.SendRequest({{0x3b1ce68?, 0x40018081a0?}}, {0x3b2a6a8, 0x40006242c0}, {0x40028260a8, 0x12}, 0x4005322601?, 0x2?) /root/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.1-0.20220311043619-5042c6f2aaa6/internal/client/client_collapse.go:74 +0x9c github.com/tikv/client-go/v2/tikv.(*KVStore).updateSafeTS.func1({0x3b2a6a8, 0x40006242c0}, 0x0?, 0x4f, {0x40028260a8, 0x12}) /root/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.1-0.20220311043619-5042c6f2aaa6/tikv/kv.go:540 +0x14c created by github.com/tikv/client-go/v2/tikv.(*KVStore).updateSafeTS /root/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.1-0.20220311043619-5042c6f2aaa6/tikv/kv.go:538 +0x7
drainer -V
pump -V Release Version: v6.1.1 Git Commit Hash: 2e8bd50ccfcdfa2261d5a6649b7f4ef16b73c7f3 Build TS: 2022-08-23 08:26:06 Go Version: go1.18.5 Go OS/Arch: linux/arm64
The text was updated successfully, but these errors were encountered:
duplicate with #1170
Sorry, something went wrong.
No branches or pull requests
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do?
If possible, provide a recipe for reproducing the error.
Starting the pump component reports an error
What did you expect to see?
The pump component does not panic
What did you see instead?
(run
drainer -V
in terminal to get drainer's version)The text was updated successfully, but these errors were encountered: