feat(zstd): replace datadog's zstd with Klauspost's zstd#1709
Merged
NamanJain8 merged 1 commit intomasterfrom Jun 8, 2021
Merged
feat(zstd): replace datadog's zstd with Klauspost's zstd#1709NamanJain8 merged 1 commit intomasterfrom
NamanJain8 merged 1 commit intomasterfrom
Conversation
jarifibrahim
approved these changes
Jun 3, 2021
Contributor
jarifibrahim
left a comment
There was a problem hiding this comment.
LGTM. Please do basic sanity testing so that we know old data compressed by Datadog/zstd works after this change as well.
NamanJain8
added a commit
that referenced
this pull request
Jul 2, 2021
Remove Datadog's ZSTD that requires CGO Make Klauspost's ZSTD as default (cherry picked from commit 275264c)
NamanJain8
pushed a commit
that referenced
this pull request
Aug 25, 2021
…std (#1736) Backports the changes from #1706 and #1709 to the v2 branch of badger. For context, https://github.com/caddyserver/caddy uses https://github.com/smallstep/certificates which uses https://github.com/smallstep/nosql which uses badger. See smallstep/nosql#12 for the discussion. It's not currently viable for smallstep to upgrade from v2 to v3 of badger, so it would be nice to backport this zstd change to the v2 branch to remove the implicit (yet optional) CGO dependency on Caddy. I targeted the release/v2.2007 branch, I couldn't really see a more relevant branch to target, so I hope that's okay.
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.
Related PRs: #1383 #1706
This change is