sum.golang.org: repeated 500 internal server errors when fetching very new versions #70042
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
proxy.golang.org
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
We have had four CI jobs fail in the past week due to
sum.golang.org
reporting 500 internal server errors as well as an unexpected EOF.The two types of errors we have seen look like:
These CI jobs are doing what is effectively:
where
${commitRef}
is a commit hash which was just pushed to master.We are aware that
proxy.golang.org
andsum.golang.org
may respond with status codes like 404 for the first fifteen to thirty minutes as they discover the new version (#49916 (comment)), but I still assume that the 500 and EOF errors are unexpected and should be fixed.Moreover, we do dozens of these runs per week, and only very few fail, so
sum.golang.org
often answers these requests correctly without any issue.The text was updated successfully, but these errors were encountered: