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

Only send ShutdownFrameworkMessage to agents associated with framework.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • master
    • 1

    Description

      slave.cpp:2079] Asked to shut down framework ${framework} by master@${master}
      slave.cpp:2094] Cannot shut down unknown framework ${framework}

      For high framework/churn clusters this saturates agent logs with these messages. When a framework terminates a ShutdownFrameworkMessage is sent to every registered slave in a for loop. This patch proposes sending this message to agents with executors associated with the framework.

      Also proposed is moving the logline to VLOG(1).

      Attachments

        Issue Links

          Activity

            People

              jjanco Jacob Janco
              jjanco Jacob Janco
              Alex R Alex R
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: