-
Notifications
You must be signed in to change notification settings - Fork 727
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 data races report #6069
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
severity/moderate
type/bug
The issue is confirmed as a bug.
Comments
I was investigating #6045 and found these several data races by chance. |
I will solve the part of median filter |
ti-chi-bot
added a commit
that referenced
this issue
Mar 3, 2023
ref #5798, close #6069 Signed-off-by: lhy1024 <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Mar 3, 2023
ref tikv#5798, close tikv#6069 Signed-off-by: ti-chi-bot <[email protected]>
ti-chi-bot
added a commit
that referenced
this issue
Mar 3, 2023
ref #5798, close #6069, ref #6080 Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: lhy1024 <[email protected]> Co-authored-by: lhy1024 <[email protected]>
ti-chi-bot
added a commit
that referenced
this issue
Mar 6, 2023
ref #5310, ref #6069 Signed-off-by: Ryan Leung <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
ti-chi-bot
added a commit
that referenced
this issue
Mar 6, 2023
ref #5310, ref #6069, ref #6070 Signed-off-by: Ryan Leung <[email protected]> Co-authored-by: Ryan Leung <[email protected]>
15 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
severity/moderate
type/bug
The issue is confirmed as a bug.
Bug Report
There are some data races in the code.
What did you do?
What did you expect to see?
No data race warning.
What did you see instead?
Git Commit Hash: f999ad5 https://github.com/tikv/pd/tree/master
Git Commit Hash: 88357d3 from https://github.com/rleungx/pd/tree/api-service
(For the median_filter.go part, there is no change when it's comaring with f999ad5)
What version of PD are you using (
pd-server -V
)?Git Commit Hash: f999ad5
Git Commit Hash: 88357d3
The text was updated successfully, but these errors were encountered: