Skip to content

[9.3.0] Don't synchronize RemoteExternalOverlayFileSystem#getInputStream (h… - #30905

Merged
iancha1992 merged 1 commit into
bazelbuild:release-9.3.0from
iancha1992:cp30813
Sep 1, 2026
Merged

iancha1992 merged 1 commit into
bazelbuild:release-9.3.0from
iancha1992:cp30813

Conversation

@iancha1992

Copy link
Copy Markdown
Member

…ttps://github.com//pull/30791)

Synchronization is unnecessary as individual methods called by this implementation are already synchronized. It is also harmful since getInputStream awaits a network transfer.

Progress towards #30780

No

  • I have added tests for the new use cases (if any).
  • I have updated the documentation (if applicable).

RELNOTES: None

Closes #30791.

PiperOrigin-RevId: 968392939
Change-Id: Ic48cfa823322e67c6cd0344a91333284b496f3b0

Description

Motivation

Build API Changes

No

Checklist

  • I have added tests for the new use cases (if any).
  • I have updated the documentation (if applicable).

Release Notes

RELNOTES: None

Commit 16d479f

…azelbuild#30791)

Synchronization is unnecessary as individual methods called by this implementation are already synchronized. It is also harmful since `getInputStream` awaits a network transfer.

Progress towards bazelbuild#30780

No

- [ ] I have added tests for the new use cases (if any).
- [ ] I have updated the documentation (if applicable).

RELNOTES: None

Closes bazelbuild#30791.

PiperOrigin-RevId: 968392939
Change-Id: Ic48cfa823322e67c6cd0344a91333284b496f3b0
@iancha1992
iancha1992 requested a review from tjgq August 27, 2026 21:29
@iancha1992
iancha1992 requested a review from a team as a code owner August 27, 2026 21:29
@iancha1992 iancha1992 added team-Remote-Exec Issues and PRs for the Execution (Remote) team awaiting-review PR is awaiting review from an assigned reviewer labels Aug 27, 2026
@iancha1992
iancha1992 enabled auto-merge August 27, 2026 21:49
@iancha1992
iancha1992 added this pull request to the merge queue Sep 1, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to no response for status checks Sep 1, 2026
@snakethatlovesstaticlibs

Copy link
Copy Markdown

We might need as retry on that merge queue, looks like a couple of jobs hung

@iancha1992
iancha1992 added this pull request to the merge queue Sep 1, 2026
Merged via the queue into bazelbuild:release-9.3.0 with commit 2e29023 Sep 1, 2026
42 checks passed
@github-actions github-actions Bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Sep 1, 2026
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.

4 participants