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

Worker Leaking Issue #86

Open
jiazou-bigdata opened this issue Jun 7, 2023 · 0 comments
Open

Worker Leaking Issue #86

jiazou-bigdata opened this issue Jun 7, 2023 · 0 comments

Comments

@jiazou-bigdata
Copy link
Contributor

I've found that the number of available workers (waiting workers) in the frontend PDB server will gradually reduce along the execution, until a point when the total number of available workers become 0 and the whole program will freeze.

Increasing the number of workers can fix the problem temporarily.

I suspect the problem is because some of the threads cannot finish because allocation blocks in these threads cannot be freed successfully. These worker threads stuck somewhere and could not return.

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

No branches or pull requests

1 participant