-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
executor: fix baseExecutor'children may not be closed #11570
Conversation
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #11570 +/- ##
===========================================
Coverage 81.2298% 81.2298%
===========================================
Files 426 426
Lines 91901 91901
===========================================
Hits 74651 74651
Misses 11894 11894
Partials 5356 5356 |
Codecov Report
@@ Coverage Diff @@
## master #11570 +/- ##
================================================
+ Coverage 81.1964% 81.1988% +0.0024%
================================================
Files 426 426
Lines 91823 91835 +12
================================================
+ Hits 74557 74569 +12
- Misses 11901 11904 +3
+ Partials 5365 5362 -3 |
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.
LGTM
/run-all-tests |
@zimulala merge failed. |
cherry pick to release-3.0 in PR #11576 |
cherry pick to release-2.1 failed |
What problem does this PR solve?
When a child close encounters an error, the other children cannot be closed.
What is changed and how it works?
When a child close encounters an error, the other child continues to call close.
Check List
Tests
Related changes