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

[7.2.1] Retry on connection reset error for http cache. #22785

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

coeuvre
Copy link
Member

@coeuvre coeuvre commented Jun 18, 2024

Previously, it only retries when we have error whose message contains "connection reset by peer". In some cases, we could also have message like "Connection reset", e.g. https://buildkite.com/bazel/bazel-bazel-macos-ninja/builds/1827#01902690-f35a-4f3d-9166-7b39c1f885fb.

PiperOrigin-RevId: 644325070
Change-Id: I75500646b35681fda25e584ec5d6ec3348cee9a5

Previously, it only retries when we have error whose message contains "connection reset by peer". In some cases, we could also have message like "Connection reset", e.g. https://buildkite.com/bazel/bazel-bazel-macos-ninja/builds/1827#01902690-f35a-4f3d-9166-7b39c1f885fb.

PiperOrigin-RevId: 644325070
Change-Id: I75500646b35681fda25e584ec5d6ec3348cee9a5
@coeuvre coeuvre requested a review from a team as a code owner June 18, 2024 11:24
@github-actions github-actions bot added awaiting-review PR is awaiting review from an assigned reviewer team-Remote-Exec Issues and PRs for the Execution (Remote) team labels Jun 18, 2024
@meteorcloudy
Copy link
Member

meteorcloudy commented Jun 18, 2024

Please also send one to 7.3.0, thanks!

@meteorcloudy meteorcloudy added this pull request to the merge queue Jun 18, 2024
Merged via the queue into bazelbuild:release-7.2.1 with commit 55b48d2 Jun 18, 2024
33 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Jun 18, 2024
@coeuvre coeuvre deleted the release-7.2.1 branch June 18, 2024 14:26
@iancha1992 iancha1992 added this to the 7.2.1 release blockers milestone Jun 18, 2024
fhanau added a commit to cloudflare/workerd that referenced this pull request Jun 25, 2024
bazelbuild/bazel#22785 fixes a bug remote caching bug that prevented us from
fetching only top-level targets from cache. Enabling that option should speed
up CI runs.
Also increase the number of concurrent Bazel jobs, see bazelbuild/bazel#6394
fhanau added a commit to cloudflare/workerd that referenced this pull request Jun 25, 2024
bazelbuild/bazel#22785 fixes a bug remote caching bug that prevented us from
fetching only top-level targets from cache. Enabling that option should speed
up CI runs.
Also increase the number of concurrent Bazel jobs, see bazelbuild/bazel#6394
fhanau added a commit to cloudflare/workerd that referenced this pull request Jun 26, 2024
bazelbuild/bazel#22785 fixes a bug remote caching bug that prevented us from
fetching only top-level targets from cache. Enabling that option should speed
up CI runs.
Also increase the number of concurrent Bazel jobs, see bazelbuild/bazel#6394
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.

None yet

3 participants