rmuir commented on PR #11889: URL: https://github.com/apache/lucene/pull/11889#issuecomment-1295046872
> This is gradle bootstrapping itself (new version). It's the gradle-wrapper that downloads the distribution. I'm not sure how we could retry it on network failures, unfortunately. The downloader script could try to do it/ ping the network but it seems like an unacceptable overhead for everyone just to detect a rare glitch. I don't want to add anything crazy such as pings. it wouldn't help for cases like random connect-timeout/503/etc. but if theres a way to add `try/catch` to some java code or even `download || (sleep 10 && download) || (sleep 10 && download)` to prevent builds from having annoyingly noisy fails, we should do it :) -- 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 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