rmuir opened a new issue, #11845: URL: https://github.com/apache/lucene/issues/11845
### Description WrapperDownloader became more stable in CI after #11766 added Layer7 retries for HTTP 5xx. But I think we should also retry on lower-level network failures (e.g. DNS failure, connect timeout, read timeout, etc). I already encountered this from github actions: ``` Run ./gradlew localSettings --max-workers 2 ./gradlew localSettings --max-workers 2 shell: /usr/bin/bash -e {0} env: JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.4-1/x64 Downloading gradle-wrapper.jar from https://raw.githubusercontent.com/gradle/gradle/v7.3.3/gradle/wrapper/gradle-wrapper.jar ERROR: Could not download gradle-wrapper.jar (ConnectException: Connection timed out). Error: Process completed with exit code 3. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org