helix
helix copied to clipboard
ForkJoinPool Threadpool issues in WAGED: Emergency Pipeline
Describe the bug
In WAGED: Emergency Pipeline, when checking for an active node down we are seeing internal ForkJoinPool threads getting stuck in blocking state, and FJP ending up creating a lot of worker threads.
To Reproduce
This is very un-deterministic behavior but has happened ~3 times.
Expected behavior
when checking for an active node, we should not be seeing any threadpool issues.
Additional context
N/A