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

Remote: Fix crashes with InterruptedException when using http cache. #14992

Closed
wants to merge 1 commit into from

Conversation

coeuvre
Copy link
Member

@coeuvre coeuvre commented Mar 7, 2022

Also cancels tasks submitted during afterCommand if interrupted.

Fixes #14787.

@coeuvre coeuvre requested a review from a team as a code owner March 7, 2022 18:21
@gregestren gregestren added the team-Remote-Exec Issues and PRs for the Execution (Remote) team label Mar 7, 2022
@bazel-io bazel-io closed this in a73aa12 Mar 8, 2022
brentleyjones pushed a commit to brentleyjones/bazel that referenced this pull request Mar 8, 2022
Also cancels tasks submitted during `afterCommand` if interrupted.

Fixes bazelbuild#14787.

Closes bazelbuild#14992.

PiperOrigin-RevId: 433205726
(cherry picked from commit a73aa12)
Wyverald pushed a commit that referenced this pull request Mar 8, 2022
…14999)

Also cancels tasks submitted during `afterCommand` if interrupted.

Fixes #14787.

Closes #14992.

PiperOrigin-RevId: 433205726
(cherry picked from commit a73aa12)

Co-authored-by: Chi Wang <chiwang@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Remote-Exec Issues and PRs for the Execution (Remote) team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bazel crashes with InterruptedException when certain benign errors happen
2 participants