Skip to content

[9.2.0] Remove the client gRPC message size limit (https://github.com/bazelbu…#29885

Merged
iancha1992 merged 1 commit into
bazelbuild:release-9.2.0from
iancha1992:cp29824
Jun 19, 2026
Merged

[9.2.0] Remove the client gRPC message size limit (https://github.com/bazelbu…#29885
iancha1992 merged 1 commit into
bazelbuild:release-9.2.0from
iancha1992:cp29824

Conversation

@iancha1992

Copy link
Copy Markdown
Member

…ild/bazel/pull/29823)

Actions can have large ActionResults due to their number of output files. Since the remote server is trusted anyway and the max message size is not a sizing hint, there is no point in limiting it.

Fixes #29821

No

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

RELNOTES: Bazel no longer limits the size of gRPC messages received from the remote executor or cache.

Closes #29823.

PiperOrigin-RevId: 933723049
Change-Id: I97ca2177fc6e8c3edc179257449e7892a7932929

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 5b92d9b

Actions can have large `ActionResult`s due to their number of output files. Since the remote server is trusted anyway and the max message size is not a sizing hint, there is no point in limiting it.

Fixes bazelbuild#29821

No

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

RELNOTES: Bazel no longer limits the size of gRPC messages received from the remote executor or cache.

Closes bazelbuild#29823.

PiperOrigin-RevId: 933723049
Change-Id: I97ca2177fc6e8c3edc179257449e7892a7932929
@iancha1992 iancha1992 requested review from coeuvre and tjgq June 17, 2026 21:10
@iancha1992 iancha1992 requested a review from a team as a code owner June 17, 2026 21:10
@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 Jun 17, 2026
@iancha1992 iancha1992 enabled auto-merge June 17, 2026 21:31
@iancha1992 iancha1992 added this pull request to the merge queue Jun 19, 2026
Merged via the queue into bazelbuild:release-9.2.0 with commit 5e8ea50 Jun 19, 2026
46 checks passed
@github-actions github-actions Bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Jun 19, 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.

3 participants