This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 842
Killing a lost resident task results in expunge #5207
Comments
Closed
6 tasks
@timcharper I see you have this in progress but since it's a public holiday on your side and I had some time while being on-call, I've provided https://phabricator.mesosphere.com/D529 Please consider this a WIP and feel free to take over if you see fit. |
Thanks @meichstedt for starting this ! I'll commandeer the change and push it to completion. |
I've finished the patch and it's confirmed to work |
timcharper
pushed a commit
that referenced
this issue
Feb 22, 2017
Summary: This will transition unreachable or reachable stateful instances to Reserved when they're about to be killed. Fixes #5207 Also-By: tharper@mesosphere.com Test Plan: sbt test Reviewers: unterstein, jasongilanfarr, jenkins, meichstedt Reviewed By: jenkins Subscribers: jdef, marathon-team Differential Revision: https://phabricator.mesosphere.com/D529
timcharper
pushed a commit
that referenced
this issue
Feb 22, 2017
Summary: This will transition unreachable or reachable stateful instances to Reserved when they're about to be killed. Fixes #5207 Also-By: tharper@mesosphere.com Test Plan: sbt test Reviewers: unterstein, jasongilanfarr, jenkins, meichstedt Reviewed By: jenkins Subscribers: jdef, marathon-team Differential Revision: https://phabricator.mesosphere.com/D529
timcharper
pushed a commit
that referenced
this issue
Mar 6, 2017
Summary: Killing an unreachable resident task will do nothing, rather than destroy the reservations. Fixes #5207 Also-By: tharper@mesosphere.com Test Plan: sbt test Reviewers: unterstein, meichstedt, jasongilanfarr, jenkins Reviewed By: meichstedt, jasongilanfarr, jenkins Subscribers: jdef, marathon-team Differential Revision: https://phabricator.mesosphere.com/D529
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In KillServiceActor.scala we decide to expunge a task if it is lost or terminated. This should be fixed such that we transition the task back to
Reserved
, and only expunge if explicitly asked to do so.The text was updated successfully, but these errors were encountered: