-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Also apply --experimental_repository_downloader_retries to a SocketException #24608
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
abbcc9b
to
c2f85a2
Compare
c2f85a2
to
b1823ba
Compare
@bazel-io flag |
(for 8.1.0) |
@bazel-io fork 8.1.0 |
Hi, could we get this into 7.5 as well? |
@bazel-io fork 7.5.0 |
…ception Fix for bazelbuild#24530 --experimental_repository_downloader_retries will now retry on `SocketException` in addition to `ContentLengthMismatchException` Closes bazelbuild#24608. PiperOrigin-RevId: 704633572 Change-Id: Idd1fcbb768c9dabed596fe15d8ae9260ef3e895d
…SocketException (#24722) Fix for #24530 --experimental_repository_downloader_retries will now retry on `SocketException` in addition to `ContentLengthMismatchException` Closes #24608. PiperOrigin-RevId: 704633572 Change-Id: Idd1fcbb768c9dabed596fe15d8ae9260ef3e895d Commit 459bb57 Co-authored-by: Pareesh Madan <[email protected]>
…ception Fix for bazelbuild#24530 --experimental_repository_downloader_retries will now retry on `SocketException` in addition to `ContentLengthMismatchException` Closes bazelbuild#24608. PiperOrigin-RevId: 704633572 Change-Id: Idd1fcbb768c9dabed596fe15d8ae9260ef3e895d
…SocketException (#24969) Fix for #24530 --experimental_repository_downloader_retries will now retry on `SocketException` in addition to `ContentLengthMismatchException` Closes #24608. PiperOrigin-RevId: 704633572 Change-Id: Idd1fcbb768c9dabed596fe15d8ae9260ef3e895d Commit 459bb57 Co-authored-by: Pareesh Madan <[email protected]>
Fix for #24530
--experimental_repository_downloader_retries will now retry on
SocketException
in addition toContentLengthMismatchException