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

PD panic on c.minResolvedTS.Load().(uint64) #8964

Closed
overvenus opened this issue Jan 2, 2025 · 0 comments · Fixed by #8965
Closed

PD panic on c.minResolvedTS.Load().(uint64) #8964

overvenus opened this issue Jan 2, 2025 · 0 comments · Fixed by #8965
Labels
severity/major type/bug The issue is confirmed as a bug.

Comments

@overvenus
Copy link
Member

Bug Report

github.com/tikv/pd/pkg/utils/logutil.LogPanic
	/home/jenkins/agent/workspace/build_pd_multi_branch_master/go/src/github.com/pingcap/pd/pkg/utils/logutil/log.go:94
runtime.gopanic
	/usr/local/go/src/runtime/panic.go:785
runtime.panicdottypeE
	/usr/local/go/src/runtime/iface.go:275
github.com/tikv/pd/server/cluster.(*RaftCluster).CheckAndUpdateMinResolvedTS
	/home/jenkins/agent/workspace/build_pd_multi_branch_master/go/src/github.com/pingcap/pd/server/cluster/cluster.go:2286
github.com/tikv/pd/server/cluster.(*RaftCluster).runMinResolvedTSJob
	/home/jenkins/agent/workspace/build_pd_multi_branch_master/go/src/github.com/pingcap/pd/server/cluster/cluster.go:2313

https://tcms.pingcap.net/dashboard/executions/plan/7800523

What did you do?

Run jepsen tests

What did you expect to see?

No panic.

What did you see instead?

Panic.

What version of PD are you using (pd-server -V)?

5999d64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants