You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running cortex image with race detection it was found a condition when deleting blocks from a user tsdb and creating new tsdb. This seems to be an ok scenario as we can be cleaning tsdb while receiving data for a new tenant, but we should eliminate the race condition
To Reproduce
Steps to reproduce the behavior:
Start Cortex (v.1.18) with -race enabled
Perform Operations Write while waiting for delete loop to be executed
Describe the bug
Running cortex image with race detection it was found a condition when deleting blocks from a user tsdb and creating new tsdb. This seems to be an ok scenario as we can be cleaning tsdb while receiving data for a new tenant, but we should eliminate the race condition
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No race condition detected
Environment:
Additional Context
@yeya24 initial test data
The text was updated successfully, but these errors were encountered: