You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2014/08/26 01:19:00 UTC

[jira] [Resolved] (MESOS-1644) Provide a means to initialize GLOG for the executor driver.

     [ https://issues.apache.org/jira/browse/MESOS-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kone resolved MESOS-1644.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.20.0

commit c8847ac92030c9910998344e800651c4ade6aa19
Author: Vinod Kone <vi...@gmail.com>
Date:   Tue Aug 12 10:51:36 2014 -0700

    Added support for disabling glog initialization for drivers.
    
    Review: https://reviews.apache.org/r/24687


> 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
>            Assignee: Vinod Kone
>             Fix For: 0.20.0
>
>
> 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)