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

cmd/go: go mod download -json is a lot slower with go1.13 [1.13 backport] #34679

Closed
gopherbot opened this issue Oct 3, 2019 · 2 comments
Closed
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge
Milestone

Comments

@gopherbot
Copy link

@bcmills requested issue #34533 to be considered for backport to the next 1.13 minor release.

@gopherbot, please backport to Go 1.13.2: this feature caused a significant performance regression for large repositories, and was newly introduced and fairly obscure (so is unlikely to have broad usage at this point).

The only likely users are other module proxy implementations; we're asking them explicitly if they care about this field in a golang-module-proxies thread.

@gopherbot gopherbot added the CherryPickCandidate Used during the release process for point releases label Oct 3, 2019
@gopherbot gopherbot added this to the Go1.13.2 milestone Oct 3, 2019
@gopherbot
Copy link
Author

Change https://golang.org/cl/199079 mentions this issue: [release-branch.go1.13] Revert "cmd/go: add a Latest field to the output of 'go mod download -json'"

@katiehockman katiehockman added CherryPickApproved Used during the release process for point releases and removed CherryPickCandidate Used during the release process for point releases labels Oct 4, 2019
@gopherbot
Copy link
Author

Closed by merging cf54026 to release-branch.go1.13.

gopherbot pushed a commit that referenced this issue Oct 4, 2019
…put of 'go mod download -json'"

This reverts CL 183841.

Updates #34533
Fixes #34679

Reason for revert: Introduced a significant performance regression for repos with many incompatible-version tags.

Change-Id: I75d7fd76e6e1a0902b114b00167b38439e0f8221
Reviewed-on: https://go-review.googlesource.com/c/go/+/198699
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
(cherry picked from commit 961837d)
Reviewed-on: https://go-review.googlesource.com/c/go/+/199079
@katiehockman katiehockman modified the milestones: Go1.13.2, Go1.13.3 Oct 17, 2019
@golang golang locked and limited conversation to collaborators Oct 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

2 participants