-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Hung Build #3062
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
Comments
I don't know what is going on, but I can assume that we have a race condition:
It definitely looks like we need to cancel ping first and only then go to the regular destroy for closing folder and the service. |
Here's the pair of threada from another occurrence.
The scheduler thread is in a non-interruptible read on the socket.
The java mail API is pretty old - it should have some timeouts 😦 |
So, I think shutting down the scheduler won't help :frown: |
I think the problem is we need to shut down the test mail server so the |
@artembilan Oops - pushed to master directly - please take a look at the commit. |
LGTM |
- avoid log noise when test server stopped
- avoid log noise when test server stopped
This one has happened a couple of times today...
The text was updated successfully, but these errors were encountered: