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

Master can fail to detect HTTP framework disconnection if it disconnects very fast

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • HTTP API, master
    • None

    Description

      What we've observed is that if the framework disconnects before the master actor processes the initial subscribe request, the master would set up an exited callback that never gets triggered.

      It looks like it's because when the socket closes and libprocess terminates the HttpProxy for this socket, the pipe reader for this proxy is not set.

      Later when the master sets up the callback, it would be a noop in this regard.

      Attachments

        Activity

          People

            Unassigned Unassigned
            xujyan Yan Xu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: