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 during TSO benchmark run. #8448

Closed
nolouch opened this issue Jul 26, 2024 · 0 comments · Fixed by #8449
Closed

Panic during TSO benchmark run. #8448

nolouch opened this issue Jul 26, 2024 · 0 comments · Fixed by #8449
Labels
impact/panic severity/minor type/bug The issue is confirmed as a bug.

Comments

@nolouch
Copy link
Contributor

nolouch commented Jul 26, 2024

Bug Report

./bin/pd-tso-bench


[2024/07/26 15:57:19.682 +08:00] [INFO] [tso_dispatcher.go:241] ["[tso] tso stream is not ready"] [dc=global]
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x0 pc=0x104eb7b80]

goroutine 135 [running]:
time.(*Ticker).Stop(...)
	/opt/homebrew/Cellar/go/1.22.3/libexec/src/time/tick.go:45
main.reqWorker({0x1051de1d0, 0x14000630050}, {0x140000301b0, 0x1, 0x14000030ed0?}, 0x0, 0x14000430000)
	/Users/nolouch/program/go/pd/tools/pd-tso-bench/main.go:402 +0x300
created by main.bench in goroutine 1
	/Users/nolouch/program/go/pd/tools/pd-tso-bench/main.go:135 +0x630
@nolouch nolouch added the type/bug The issue is confirmed as a bug. label Jul 26, 2024
@nolouch nolouch changed the title panic when run tso bench Panic during TSO benchmark run. Jul 26, 2024
@ti-chi-bot ti-chi-bot bot closed this as completed in 11da622 Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/panic severity/minor type/bug The issue is confirmed as a bug.
Projects
Development

Successfully merging a pull request may close this issue.

2 participants