Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-8039

A broken connection during LaunchNestedContainer call might result in the nested container not being cleaned up.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.2.2, 1.3.1, 1.4.0
    • 1.5.0
    • None
    • None

    Description

      A broken connection will cause a 'discard' on the launch. The current `.then` semantics might transition the future to DISCARDED on detecting a `discard`.

      In the API handler, we only handle onFailed:
      https://github.com/apache/mesos/blob/1.4.x/src/slave/http.cpp#L2377-L2389

      We should treat DISCARDED the same way as FAILED.

      Attachments

        Activity

          People

            jieyu Jie Yu
            jieyu Jie Yu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: