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

Redundant threads are generated for Concurrent-Executor #952

Closed
Fuu3214 opened this issue Aug 10, 2021 · 0 comments
Closed

Redundant threads are generated for Concurrent-Executor #952

Fuu3214 opened this issue Aug 10, 2021 · 0 comments

Comments

@Fuu3214
Copy link
Contributor

Fuu3214 commented Aug 10, 2021

Describe the bug
TaskExecutionService is designed to queue up concurrent tasks for submission. Due to a bug one thread per concurrent-task rather than per concurrent-task-queue is actually generated. This leads to some overhead to our thread-pool resources.

To Reproduce
Submit task to a Concurrent Engine

Expected Behavior
One thread per concurrent-task-queue is generated for each Concurrent Executor

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