Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Mesosphere Sprint 2018-29, Mesosphere RI-6 Sprint 2018-30
-
3
Description
Currently the v1 JAVA scheduler library neither ensures Call s are sent to the master nor waits for responses. This can be problematic if the library is destroyed (or garbage collected) right after sending a TEARDOWN call: destruction of the underlying Mesos actor races with sending the call.