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
We ran into an issue where the unloader would throw an exception, but instead of exiting non-0, it would hang indefinitely. Basically not all the threads were being shutdown properly, so the unloader got into a bad state with at least one thread waiting forever for more tasks. Forcing a system.exit fixed the issue.
We ran into an issue where the unloader would throw an exception, but instead of exiting non-0, it would hang indefinitely. Basically not all the threads were being shutdown properly, so the unloader got into a bad state with at least one thread waiting forever for more tasks. Forcing a system.exit fixed the issue.
We submitted a PR to fix the issue: #91
The text was updated successfully, but these errors were encountered: