-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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 races in ingester #2265
Comments
We have more data races. I found this while running logcli queries. Looks like we have to protect all chunk Mainly data race is happening in these two blocks. However, all read and write of Lines 437 to 450 in 3845204
Lines 458 to 470 in 3845204
|
I've run the following and found some races:
I don't think they all are legitimate, and probably generated by the tests, but we should make sure this is the case and solve them all.
The text was updated successfully, but these errors were encountered: