You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some scenarios, reaching thread pool exhaustion can be a critical state always requiring thread dumps for an RCA. So it would be helpful for the executor to have a configurable option allowing an automatic dump upon thread exhaustion.
The text was updated successfully, but these errors were encountered:
if (UPDATE_STATISTICS) rejectedTaskCounter.increment();
this seems to suggest we just send a RejectedEx while would be great to have a rethrow as OOM somewhere, because OOM due to native thread exhaustion won't make the JVM to die if configured with ExitOnOOM, see https://bugs.openjdk.org/browse/JDK-8155004
For some scenarios, reaching thread pool exhaustion can be a critical state always requiring thread dumps for an RCA. So it would be helpful for the executor to have a configurable option allowing an automatic dump upon thread exhaustion.
The text was updated successfully, but these errors were encountered: