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

A container destruction in the middle of a launch leads to CHECK failure.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.19.1
    • None
    • None

    Description

      There is a race between the destroy() and exec() in the containerizer process, when the destroy is called in the middle of the launch.

      In particular if the destroy is completed and the container removed from 'promises' map before 'exec()' was called, CHECK failure happens.

      The fix is to return a Failure instead of doing a CHECK in 'exec()'.

      Attachments

        Activity

          People

            idownes Ian Downes
            vinodkone Vinod Kone
            Vinod Kone Vinod Kone
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: