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? |
droazen
left a comment
There was a problem hiding this comment.
👍 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