Benno Evers created MESOS-8722:
----------------------------------
Summary: Hard-coded timeout for authentication failures
Key: MESOS-8722
URL: https://issues.apache.org/jira/browse/MESOS-8722
Project: Mesos
Issue Type: Bug
Reporter: Benno Evers
In the mesos agent there is a hard-coded 5 second timeout for any
authentication attempt:
{noformat}
void Slave::authenticate()
{
[...]
delay(Seconds(5), self(), &Self::authenticationTimeout, authenticating.get());
}
{noformat}
When the network is poor, this can lead to the situation where an agent doesn't
get to authorize for a long time, preventing it from re-joining the cluster.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)