Skip to content
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

Merged
merged 2 commits into from
Aug 2, 2019

Conversation

zimulala
Copy link
Contributor

@zimulala zimulala commented Aug 1, 2019

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

  • No code

Related changes

  • Need to cherry-pick to the release branch

Copy link
Contributor

@alivxxx alivxxx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov
Copy link

codecov bot commented Aug 1, 2019

Codecov Report

Merging #11570 into master will not change coverage.
The diff coverage is n/a.

@@             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
Copy link

codecov bot commented Aug 1, 2019

Codecov Report

Merging #11570 into master will increase coverage by 0.0024%.
The diff coverage is 60%.

@@               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

Copy link
Contributor

@XuHuaiyu XuHuaiyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zz-jason zz-jason added status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2. labels Aug 1, 2019
@sre-bot
Copy link
Contributor

sre-bot commented Aug 1, 2019

/run-all-tests

@sre-bot
Copy link
Contributor

sre-bot commented Aug 1, 2019

@zimulala merge failed.

@sre-bot
Copy link
Contributor

sre-bot commented Aug 2, 2019

cherry pick to release-3.0 in PR #11576

@zimulala zimulala deleted the base-close branch August 2, 2019 06:10
@sre-bot
Copy link
Contributor

sre-bot commented Aug 2, 2019

cherry pick to release-2.1 failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/execution SIG execution status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants