-
Notifications
You must be signed in to change notification settings - Fork 592
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
removing the explicit System.exit(0) from Main #3400
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3400 +/- ##
===============================================
+ Coverage 80.469% 80.477% +0.008%
- Complexity 17522 17533 +11
===============================================
Files 1173 1173
Lines 63402 63459 +57
Branches 9879 9894 +15
===============================================
+ Hits 51019 51070 +51
- Misses 8434 8441 +7
+ Partials 3949 3948 -1
|
For me this is a 👍 (I will complain as always if it does not work for me, no worries), because I think that this should work. Just in case, it will be useful to add a documentation note in |
@lbergelson Is there a way we can test this fix? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 one comment, then merge when ready
@david-wb @popboy126 I'm having trouble reproducing the shutdown issue on our own cluster, I sometimes get the message |
I haven't been able to reproduce the issue myself, and I haven't heard back from either of the people who reported this issue, but it seems likely that this will solve it so I'm going to merge and they can reopen if they see it again. |
this fixes the yarn early termination bug reported in #2666 and #3166