This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Performance - thread pool growth #39
Labels
Comments
This is more complete picture where we see promise-latches never fulfilled at some point of two many parallel threads:
I have no idea what causes this. Probably it's a fork-join problem with the pool not growing at some point. Searching on the Internet reveals very similar things, looks like an Akka problem:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the avg and preprocessing programs, seems that Akka thread pools are not closed; we get hundreds and hundreds of these over time:
The text was updated successfully, but these errors were encountered: