Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

anshulpundir
Copy link
Contributor

This reverts commit 592e8ed.

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

@GordonTheTurtle
Copy link

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

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
Collaborator

dperny commented Jun 25, 2018

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

@anshulpundir
Copy link
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