Set grpc_keepalive_time to help prevent BuildBuddy disconnects - #3333
Closed
copybara-service[bot] wants to merge 1 commit into
Closed
Set grpc_keepalive_time to help prevent BuildBuddy disconnects#3333copybara-service[bot] wants to merge 1 commit into
copybara-service[bot] wants to merge 1 commit into
Conversation
copybara-service
Bot
force-pushed
the
test_964106057
branch
3 times, most recently
from
August 13, 2026 17:27
29222cf to
6c06588
Compare
I still see timeouts on PRs and then the GHA disconnects from the buildbuddy server. E.g., https://heir.buildbuddy.io/invocation/ebd5b0de-618e-4419-b4ef-94b4b573b0d4 for this job: https://github.com/google/heir/actions/runs/31540176730/job/93940562317 After consulting with BuildBuddy support, they know that networking issues on GitHub or the AWS/Azure side (whatever cloud is hosting their runners) can cause this, and recommended we set grpc_keepalive_time to hedge against that. They also mentioned upgrading to bazel 9 would help, though that is currently blocked by #3113 (comment) for at least one more month. PiperOrigin-RevId: 964161074
copybara-service
Bot
force-pushed
the
test_964106057
branch
from
August 13, 2026 17:27
6c06588 to
d856caf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Set grpc_keepalive_time to help prevent BuildBuddy disconnects
I still see timeouts on PRs and then the GHA disconnects from the buildbuddy
server. E.g.,
https://heir.buildbuddy.io/invocation/ebd5b0de-618e-4419-b4ef-94b4b573b0d4
for this job:
https://github.com/google/heir/actions/runs/31540176730/job/93940562317
After consulting with BuildBuddy support, they know that networking issues on
GitHub or the AWS/Azure side (whatever cloud is hosting their runners) can
cause this, and recommended we set grpc_keepalive_time to hedge against that.
They also mentioned upgrading to bazel 9 would help, though that is currently
blocked by #3113 (comment)
for at least one more month.