Revert "vendor: update go.etcd.io/bbolt v1.3.4"#4156
Merged
fuweid merged 1 commit intocontainerd:masterfrom Apr 5, 2020
Merged
Revert "vendor: update go.etcd.io/bbolt v1.3.4"#4156fuweid merged 1 commit intocontainerd:masterfrom
fuweid merged 1 commit intocontainerd:masterfrom
Conversation
This reverts commit fb9e3d9. Fixes: containerd#4154 Signed-off-by: Maksym Pavlenko <[email protected]>
|
Build succeeded.
|
Codecov Report
@@ Coverage Diff @@
## master #4156 +/- ##
==========================================
- Coverage 42.15% 42.14% -0.01%
==========================================
Files 133 133
Lines 15209 15209
==========================================
- Hits 6411 6410 -1
- Misses 7868 7870 +2
+ Partials 930 929 -1
Continue to review full report at Codecov.
|
Member
|
reverts #4134 |
Member
|
ping @dims FYI (for k8s) |
Member
|
thanks for the heads up @thaJeztah ! |
AkihiroSuda
added a commit
to AkihiroSuda/containerd
that referenced
this pull request
Jun 22, 2020
We had once updated bbolt from v1.3.3 to v1.3.4 in containerd#4134, but reverted to v1.3.3 in containerd#4156 due to "fatal error: sweep increased allocation count" (etcd-io/bbolt#214). The issue was fixed in bbolt v1.3.5 (etcd-io/bbolt#220). Signed-off-by: Akihiro Suda <[email protected]>
fahedouch
pushed a commit
to fahedouch/containerd
that referenced
this pull request
Aug 7, 2020
We had once updated bbolt from v1.3.3 to v1.3.4 in containerd#4134, but reverted to v1.3.3 in containerd#4156 due to "fatal error: sweep increased allocation count" (etcd-io/bbolt#214). The issue was fixed in bbolt v1.3.5 (etcd-io/bbolt#220). Signed-off-by: Akihiro Suda <[email protected]>
tussennet
pushed a commit
to tussennet/containerd
that referenced
this pull request
Sep 11, 2020
We had once updated bbolt from v1.3.3 to v1.3.4 in containerd#4134, but reverted to v1.3.3 in containerd#4156 due to "fatal error: sweep increased allocation count" (etcd-io/bbolt#214). The issue was fixed in bbolt v1.3.5 (etcd-io/bbolt#220). Signed-off-by: Akihiro Suda <[email protected]>
AkihiroSuda
added a commit
to AkihiroSuda/containerd
that referenced
this pull request
Nov 10, 2020
We had once updated bbolt from v1.3.3 to v1.3.4 in containerd#4134, but reverted to v1.3.3 in containerd#4156 due to "fatal error: sweep increased allocation count" (etcd-io/bbolt#214). The issue was fixed in bbolt v1.3.5 (etcd-io/bbolt#220). Signed-off-by: Akihiro Suda <[email protected]> (cherry picked from commit bebfbab) Signed-off-by: Akihiro Suda <[email protected]>
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.
Revert bbolt update to 1.3.4 until better times.
#4154
etcd-io/bbolt#214