[19.03 backport] Only update non-terminal tasks on node removal#2873
Merged
dperny merged 1 commit intomoby:bump_v19.03from Jul 29, 2019
Merged
[19.03 backport] Only update non-terminal tasks on node removal#2873dperny merged 1 commit intomoby:bump_v19.03from
dperny merged 1 commit intomoby:bump_v19.03from
Conversation
This comment has been minimized.
This comment has been minimized.
When a node is removed, its tasks are set in state ORPHANED. This does not need to be done for tasks that are already in a terminal state, and if all tasks in all states are updated, the size of the transaction may grow too large to process, and node removal becomes impossible. This changes to only set non-terminal tasks to state ORPHANED, and terminal tasks are left alone. Signed-off-by: Drew Erny <[email protected]> (cherry picked from commit d5df265) Signed-off-by: Dani Louca <[email protected]>
54a2823 to
95ba0de
Compare
Codecov Report
@@ Coverage Diff @@
## bump_v19.03 #2873 +/- ##
===============================================
+ Coverage 62.2% 62.27% +0.06%
===============================================
Files 139 139
Lines 22313 22314 +1
===============================================
+ Hits 13879 13895 +16
+ Misses 6953 6940 -13
+ Partials 1481 1479 -2 |
thaJeztah
added a commit
to thaJeztah/docker
that referenced
this pull request
Aug 8, 2019
…3 branch) full diff: moby/swarmkit@961ec3a...4fb9e96 included: - moby/swarmkit#2873 [19.03 backport] Only update non-terminal tasks on node removal - backport of moby/swarmkit#2867 Only update non-terminal tasks on node removal Signed-off-by: Sebastiaan van Stijn <[email protected]>
docker-jenkins
pushed a commit
to docker-archive/docker-ce
that referenced
this pull request
Aug 9, 2019
…3 branch) full diff: moby/swarmkit@961ec3a...4fb9e96 included: - moby/swarmkit#2873 [19.03 backport] Only update non-terminal tasks on node removal - backport of moby/swarmkit#2867 Only update non-terminal tasks on node removal Signed-off-by: Sebastiaan van Stijn <[email protected]> Upstream-commit: ee64eae9034a2cd3edd751632961e6895b069d1d Component: engine
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.
#2867
cc: @thaJeztah @dperny
- What I did
- How I did it
- How to test it
- Description for the changelog