HomeMesosphereNo notifications. 4 unresolved issues.

The LaunchQueueActor now forwards InstanceUpdate Events and sends Done in case of a non existing actor.
ClosedAll Users

Authored by aquamatthias on Dec 13 2016, 9:22 AM.

Details

Summary

The LaunchQueueActor still has expected an QueuedInstanceInfo when talking to the TaskLauncherActor for InstanceUpdate.

Test Plan

sbt integration:test

Diff Detail

Repository
rMARATHON marathon
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
aquamatthias retitled this revision from to The LaunchQueueActor now forwards InstanceUpdate Events and sends Done in case of a non existing actor..Dec 13 2016, 9:22 AM
aquamatthias updated this object.
aquamatthias edited the test plan for this revision. (Show Details)

LGTM. A test would be awesome but doesn't block landing this for RC3 imo.

src/main/scala/mesosphere/marathon/core/launchqueue/impl/LaunchQueueActor.scala
148–149

How about a test that verifies that the TaskLauncherActor will answer with Done?

src/main/scala/mesosphere/marathon/core/launchqueue/impl/LaunchQueueDelegate.scala
26

thanks for extracting this

meichstedt accepted this revision.Dec 13 2016, 11:03 AM
This revision is now accepted and ready to land.Dec 13 2016, 11:03 AM
unterstein accepted this revision.Dec 13 2016, 11:31 AM
This revision was automatically updated to reflect the committed changes.