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

Add retries for co-ordinator election.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Accepted
    • Major
    • Resolution: Unresolved
    • 0.19.0
    • None
    • master, replicated log

    Description

      Currently starting a writer involves (1) recovering (2) co-ordinator election.

      (1) uses internal retries to ensure progress is made, whereas (2) does not. This means that if the implicit promise requests are dropped, we'll end up waiting the full fetch timeout in the Registrar.

      We could reduce the number of master failovers by adding an implicit retry for co-orindator election. Alternatively, doing explicit retries in the caller of Log is possible but conflates the retries for (1) and (2).

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bmahler Benjamin Mahler
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: