-
Notifications
You must be signed in to change notification settings - Fork 725
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
data race at ConcurrentRunner #8386
Labels
Comments
The PD leader just dropped out and was immediately elected by the same node. [2024/07/09 13:27:24.331 +08:00] [INFO] [runner.go:129] ["stopping async task runner"] [name=heartbeat-async]
[2024/07/09 13:27:24.332 +08:00] [INFO] [runner.go:129] ["stopping async task runner"] [name=misc-async]
[2024/07/09 13:27:24.332 +08:00] [INFO] [runner.go:129] ["stopping async task runner"] [name=log-async]
[2024/07/09 13:27:24.400 +08:00] [INFO] [cluster.go:728] ["update store stats background jobs has been stopped"]
[2024/07/09 13:27:24.400 +08:00] [INFO] [cluster.go:769] ["raft cluster is stopped"]
[2024/07/09 13:27:24.400 +08:00] [INFO] [tso.go:436] ["reset the timestamp in memory"] []
[2024/07/09 13:27:24.402 +08:00] [INFO] [server.go:1712] ["start to campaign PD leader"] [campaign-leader-name=pd-1]
[2024/07/09 13:27:24.405 +08:00] [INFO] [lease.go:66] ["lease granted"] [lease-id=3236276779607555392] [lease-timeout=3] [purpose="leader election"]
[2024/07/09 13:27:24.408 +08:00] [INFO] [leadership.go:182] ["check campaign resp"] [resp="{\"header\":{\"cluster_id\":18106971309470696072,\"member_id\":1394662113889169036,\"revision\":4134,\"raft_term\":2},\"succeeded\":true,\"responses\":[{\"Response\":{\"ResponsePut\":{\"header\":{\"revision\":4134}}}}]}"]
[2024/07/09 13:27:24.408 +08:00] [INFO] [leadership.go:191] ["write leaderData to leaderPath ok"] [leader-key=/pd/7389480197880276194/leader] [purpose="leader election"]
[2024/07/09 13:27:24.408 +08:00] [INFO] [server.go:1738] ["campaign PD leader ok"] [campaign-leader-name=pd-1] |
ti-chi-bot bot
added a commit
that referenced
this issue
Jul 22, 2024
ref #8386 Signed-off-by: Ryan Leung <rleungx@gmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot
added a commit
that referenced
this issue
Jul 23, 2024
close #8386 Signed-off-by: Ryan Leung <rleungx@gmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
What did you do?
Run PD in a large cluster(by simulator)
What did you expect to see?
No data race
What did you see instead?
What version of PD are you using (
pd-server -V
)?master
The text was updated successfully, but these errors were encountered: