You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benno Evers (JIRA)" <ji...@apache.org> on 2018/01/17 14:17:00 UTC

[jira] [Created] (MESOS-8452) Prevent zero-length timeout for exponential backoff

Benno Evers created MESOS-8452:
----------------------------------

             Summary: Prevent zero-length timeout for exponential backoff
                 Key: MESOS-8452
                 URL: https://issues.apache.org/jira/browse/MESOS-8452
             Project: Mesos
          Issue Type: Bug
            Reporter: Benno Evers


The current implementation of exponential backoff for registration attempts in the agent seems to have a high probability of generating zero-length timeouts, producing registration attempts that the master has no chance of responding in time.

 

Most likely, a minimum time between attemps should be introduced.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)