Vendor swarmkit d60ccf3#31535
Merged
tonistiigi merged 1 commit intomoby:mastermoby/moby:masterfrom Mar 8, 2017
aaronlehmann:vendor-swarmkit-7fc7503aaronlehmann/docker:vendor-swarmkit-7fc7503Copy head branch name to clipboard
Merged
Vendor swarmkit d60ccf3#31535tonistiigi merged 1 commit intomoby:mastermoby/moby:masterfrom aaronlehmann:vendor-swarmkit-7fc7503aaronlehmann/docker:vendor-swarmkit-7fc7503Copy head branch name to clipboard
tonistiigi merged 1 commit intomoby:mastermoby/moby:masterfrom
aaronlehmann:vendor-swarmkit-7fc7503aaronlehmann/docker:vendor-swarmkit-7fc7503Copy head branch name to clipboard
Conversation
7 tasks
Member
|
probably CI failure is real |
Author
|
@AkihiroSuda: Thanks for pointing it out. There appears to be a panic: I'll investigate. |
61826db to
fd27f32
Compare
Author
|
Updated to swarmkit ac35889. This should fix the problems that showed up in CI. |
fd27f32 to
5c0aa1f
Compare
Author
|
Updated again to d60ccf3. This fixes a data race (moby/swarmkit#2013), hanging service logs (moby/swarmkit#1995), and improper Raft snapshot handling (moby/swarmkit#1989). PTAL |
Contributor
|
#31500 is blocked until swarmkit is revendored. |
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
5c0aa1f to
3943331
Compare
Author
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.
This brings in the latest fixes from swarmkit, including the following:
There is one change to an integration test to prevent it from timing out. swarmkit is now more conservative about restarting the manager during a rapid demote/promote cycle. The test now waits for the node to become demoted before promoting it again, which avoids a slow timeout in swarmkit.
cc @cyli @dperny @tonistiigi