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

Flowmachine server getting blocked under load #2390

Closed
greenape opened this issue Apr 22, 2020 · 0 comments · Fixed by #2393
Closed

Flowmachine server getting blocked under load #2390

greenape opened this issue Apr 22, 2020 · 0 comments · Fixed by #2393
Labels
bug Something isn't working FlowMachine Issues related to FlowMachine

Comments

@greenape
Copy link
Member

When dependency unrolling is enabled, and more than a threadpool's worth of queries are submitted sufficiently close together, the flowmachine server can get blocked because the top level queries all obtain a thread pool slot, but block forever waiting for their dependencies to be stored. The dependencies can't start, because there's no pool space.

@greenape greenape added bug Something isn't working FlowMachine Issues related to FlowMachine labels Apr 22, 2020
This was referenced Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working FlowMachine Issues related to FlowMachine
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant