Skip to content
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

Panic on github.com/tikv/pd/client.(*client).tryResourceManagerConnect #740

Closed
overvenus opened this issue Mar 15, 2023 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@overvenus
Copy link
Member

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x2e23450]

goroutine 645 [running]:
github.com/tikv/pd/client.(*client).tryResourceManagerConnect(0x0?, {0x99540a8, 0xc000e3bae0}, 0xc002619e58)
	/go/pkg/mod/github.com/tikv/pd/client@v0.0.0-20230309025512-47cd76ae5d67/resource_manager_client.go:354 +0xb0
github.com/tikv/pd/client.(*client).handleResourceTokenDispatcher(0xc0005a5b30, {0x99540a8, 0xc000e3bae0}, 0xc000ea6d70)
	/go/pkg/mod/github.com/tikv/pd/client@v0.0.0-20230309025512-47cd76ae5d67/resource_manager_client.go:278 +0x96
created by github.com/tikv/pd/client.(*client).createTokenDispatcher
	/go/pkg/mod/github.com/tikv/pd/client@v0.0.0-20230309025512-47cd76ae5d67/resource_manager_client.go:265 +0x24f

This Panis is found on TiCDC CI tests.

@overvenus overvenus added the bug Something isn't working label Mar 15, 2023
@disksing
Copy link
Collaborator

/cc @nolouch

@disksing
Copy link
Collaborator

should be fixed already, see tikv/pd#6131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants