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

flip cleanup order to avoid hitting assert in race condition #1382

Closed
wants to merge 1 commit into from
Closed

flip cleanup order to avoid hitting assert in race condition #1382

wants to merge 1 commit into from

Conversation

RolandasRazma
Copy link
Contributor

I think this fixes #1376

@RolandasRazma
Copy link
Contributor Author

it didn't fix

@RolandasRazma
Copy link
Contributor Author

it might be part of solution, without this change we hit that assert every second run, with it we hit it once in 20 runs. Difficult to say...

@designatednerd
Copy link
Contributor

I think the issue is that no matter the order the actual tasks are still in flight and need to be cancelled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No data found for task x, cannot append received data
2 participants