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

x/website: go.dev/dl was temporarily missing some port downloads #58527

Open
prattmic opened this issue Feb 14, 2023 · 1 comment
Open

x/website: go.dev/dl was temporarily missing some port downloads #58527

prattmic opened this issue Feb 14, 2023 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. website

Comments

@prattmic
Copy link
Member

For one hour after the 1.19.6 / 1.20.1 release, some ports, such as darwin-arm64, were missing from https://go.dev/dl/.

The likely cause is the metadata cache, which may have updated at just the wrong moment as port packages were published, causing it to only see some ports, and then cache that partial view for 1hr until expiration.

cc @golang/release

@prattmic prattmic added the NeedsFix The path to resolution is known, but the work has not been done. label Feb 14, 2023
@gopherbot gopherbot added this to the Unreleased milestone Feb 14, 2023
@dmitshur
Copy link
Contributor

The /dl/upload endpoint has some logic to clear the cache at the end (here),
but it seems either that's not enough or something went wrong.

@dmitshur dmitshur added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. and removed NeedsFix The path to resolution is known, but the work has not been done. labels Feb 14, 2023
@jamalc jamalc modified the milestones: Unreleased, website/later Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. website
Projects
None yet
Development

No branches or pull requests

4 participants