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

Add an actor for handling HTTP requests for state (including streaming)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Accepted
    • Major
    • Resolution: Unresolved
    • None
    • None
    • master

    Description

      The master currently serves expensive state related requests on the master actor, which decreases responsiveness of the master significantly.

      Now that parallel reads have been added, this tends not to backlog the master, but it still leads to requests sometimes taking multiple seconds to receive a response (when waiting for state requests in front of them).

      One way to eliminate this issue is to use the state streaming api to stream state into a separate actor (or actors) that serve state information without blocking the master.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              benjaminhindman Benjamin Hindman
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: