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

Update `MesosContainerizerProcess::_launch()` to pass `ContainerLaunchInfo` to launcher->fork()`

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • None
    • 1

    Description

      Currently, we receive a bunch of ContainerLaunchInfo structs from each of our isolators and extract information from them, which we pass one by one to our launcher->fork() call in separate parameters.

      Instead, we should construct a new ContainerLaunchInfo which is the concatenation of the ones returned by each isolator, and pass this new one down to launcher->fork() instead of building up individual arguments.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: