chore: re-pin cocoon-common to the merged pull optimisations - #51
Merged
Conversation
Picks up cocoon-common #10 (skip the redundant blob hash pass) and #11 (keep bulk transfers off a single HTTP/2 connection). No vk-side code changes: the API surface vk uses is unchanged, and the win is entirely inside the registry client and the download readers. On internal-cocoon-node-7 those two, together with the pipe and budget work in #49, took a 14 GiB compressed snapshot pull from 58.2s to 36.2s at unchanged peak RSS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Picks up cocoon-common #10 (skip the redundant blob hash pass) and #11 (keep bulk transfers off a single HTTP/2 connection).
No vk-side code changes — the API surface vk uses is unchanged, and the win lives entirely inside the registry client and the download readers.
Kept separate from #49 so it does not collide with the review work in flight there. Verified:
go buildfor linux and darwin,go test -race ./...,make lint(both GOOS, 0 issues).Note for whoever pulls this:
go getof a freshly pushed pseudo-version 500s on the firstsum.golang.orglookup while it is being indexed — retry, it is not an auth or private-repo problem.