Skip to content

Revert "[orchestrator/task reaper] Clean up tasks in dirty list for which the service has been deleted."#2674

Closed
anshulpundir wants to merge 1 commit into
moby:masterfrom
anshulpundir:reap_rev
Closed

Revert "[orchestrator/task reaper] Clean up tasks in dirty list for which the service has been deleted."#2674
anshulpundir wants to merge 1 commit into
moby:masterfrom
anshulpundir:reap_rev

Conversation

@anshulpundir
Copy link
Copy Markdown
Contributor

This reverts commit 592e8ed.

Reverting this now and putting in another fix to address task reaper issues.

@GordonTheTurtle
Copy link
Copy Markdown

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "reap_rev" git@github.com:anshulpundir/swarmkit.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

…hich the service has been deleted."

This reverts commit 592e8ed.

Signed-off-by: Anshul Pundir <anshul.pundir@docker.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 22, 2018

Codecov Report

Merging #2674 into master will increase coverage by 0.07%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2674      +/-   ##
==========================================
+ Coverage   62.06%   62.14%   +0.07%     
==========================================
  Files         134      134              
  Lines       21740    21739       -1     
==========================================
+ Hits        13494    13510      +16     
+ Misses       6794     6771      -23     
- Partials     1452     1458       +6

@dperny
Copy link
Copy Markdown
Collaborator

dperny commented Jun 25, 2018

why not include this revert commit as part of #2675 ?

@anshulpundir
Copy link
Copy Markdown
Contributor Author

Revert no longer needed since the approach we're going with in #2675 is essentially an addition on top of this commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants