Benjamin Mahler created MESOS-1644:
--------------------------------------
Summary: Provide a means to initialize GLOG for the executor
driver.
Key: MESOS-1644
URL: https://issues.apache.org/jira/browse/MESOS-1644
Project: Mesos
Issue Type: Improvement
Components: framework
Reporter: Benjamin Mahler
Currently we don't initialize google logging from the executor driver, but we
do in the scheduler driver.
Scheduler Driver:
https://github.com/apache/mesos/blob/0.19.1/src/sched/sched.cpp#L1093
Executor Driver (left as a TODO):
https://github.com/apache/mesos/blob/0.19.1/src/exec/exec.cpp#L595
This means that we don't have stacktraces available and it makes it hard to
debug mysterious process exits.
--
This message was sent by Atlassian JIRA
(v6.2#6252)