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

Remove "local" cluster functionality from the native scheduler libraries.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • cmake

    Description

      Schedulers that link to libmesos currently have the option of specifying a master like --master=local, which causes the scheduler library to spin up a local Mesos cluster (masters & agents). This function is used by the various example frameworks, and could potentially be used for other tests.

      The downside of this feature is that the scheduler library is required to pull in the entire source of the master and agent.

      The example framework tests could be changed to launch masters/agents in the test body, instead of local clusters. This would have the added benefit of improving the reliability of those tests (because they would be more easily synchronized and have more conditions we can verify).

      Attachments

        Activity

          People

            Unassigned Unassigned
            kaysoky Joseph Wu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: