James Peach created MESOS-7115:
----------------------------------
Summary: Agent should prefer LOG(FATAL) over EXIT().
Key: MESOS-7115
URL: https://issues.apache.org/jira/browse/MESOS-7115
Project: Mesos
Issue Type: Bug
Components: agent
Reporter: James Peach
Priority: Minor
I saw the agent exit with an auth failure:
{noformat}
I0210 14:16:49.731459 9503 authenticatee.cpp:259] Received SASL authentication
step
Master [email protected]:5050 refused authentication
{noformat}
Note the lack of log metadata on the exit message. This message (from
{{slave.cpp}} and a number of others in the same file should all use
{{LOG(FATAL)}} so that log aggregation can pick up the timestamp, error
severity, etc.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)