This repository was archived by the owner on Oct 13, 2023. It is now read-only.
[17.06] backport (swarmkit) cluster update and memory issue fixes#114
Merged
andrewhsu merged 1 commit intodocker-archive:17.06from Jul 13, 2017
cyli:re-vendor-swarmkit
Merged
[17.06] backport (swarmkit) cluster update and memory issue fixes#114andrewhsu merged 1 commit intodocker-archive:17.06from cyli:re-vendor-swarmkit
andrewhsu merged 1 commit intodocker-archive:17.06from
cyli:re-vendor-swarmkit
Conversation
- moby/swarmkit#2281 - fixes an issue where some cluster updates could be missed if a manager receives a catch-up snapshot from another manager - moby/swarmkit#2300 - fixes a possible memory issue if an external CA sends an overlarge response Signed-off-by: Ying <ying.li@docker.com>
|
LGTM |
Contributor
|
LGTM |
docker-jenkins
pushed a commit
that referenced
this pull request
Jun 12, 2018
Bump Golang to 1.10.3 Upstream-commit: 0e26700 Component: packaging
docker-jenkins
pushed a commit
that referenced
this pull request
Nov 27, 2018
…adall [18.09 backport] client: use io.LimitedReader for reading HTTP error Upstream-commit: 52a6fc02b1caa947aac807cdca807444d96c2e27 Component: engine
silvin-lubecki
pushed a commit
to silvin-lubecki/docker-ce
that referenced
this pull request
Feb 3, 2020
[17.06] backport (swarmkit) cluster update and memory issue fixes
akrasnov-drv
pushed a commit
to drivenets/docker-ce
that referenced
this pull request
Apr 23, 2023
Bump Golang to 1.10.3
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Bring in fixes on docker/swarmkit
bump_v17.06.1branch at git commit moby/swarmkit@fbccf06:Restoreaction on objects to update instead of delete/create moby/swarmkit#2281 - fixes an issue where some cluster updatescould be missed if a manager receives a catch-up snapshot from another manager
external CA sends an overlarge response
Note, this PR is a cherry-pick from https://github.com/docker/swarmkit/tree/bump_v17.06.1, which has one extra commit that enables that branch to pass CI (because
vndrversion changed) but which is not needed for this repo.cc @aaronlehmann @andrewhsu @thaJeztah