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

Add a task_id -> container_id mapping in state.json

    XMLWordPrintableJSON

Details

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

    Description

      Currently, there is no way to get the container-id of a task from hitting the mesos master alone. You must first hit the master to get the task_id -> agent_id and task_id -> executor_id mappings, then hit the corresponding agent with agent_id to get the executor_id -> container_id mapping.

      It would simplify things alot if the container_id information was immediately available in the /tasks and /state endpoints of the master itself.

      Attachments

        Activity

          People

            neilc Neil Conway
            klueska Kevin Klues
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: