[
https://issues.apache.org/jira/browse/MESOS-8512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16350899#comment-16350899
]
Andrew Schwartzmeyer edited comment on MESOS-8512 at 2/2/18 8:13 PM:
---------------------------------------------------------------------
Reviews here: https://reviews.apache.org/r/65467/ and
https://reviews.apache.org/r/65469/
was (Author: andschwa):
Reviews here: https://reviews.apache.org/r/65467/ and
https://reviews.apache.org/r/65468/
> Fetcher doesn't log it's stdout/stderr properly to the log file
> ---------------------------------------------------------------
>
> Key: MESOS-8512
> URL: https://issues.apache.org/jira/browse/MESOS-8512
> Project: Mesos
> Issue Type: Bug
> Components: fetcher
> Environment: Windows RC3
> Reporter: Jeff Coffler
> Assignee: Andrew Schwartzmeyer
> Priority: Major
> Labels: windows
>
> The fetcher doesn't log it's stdout or stderr to the task's output files as
> it does on Linux. This makes it extraordinarily difficult to diagnose fetcher
> failures (bad URI, or permissions problems, or whatever).
> It does not appear to be a glog issue. I added output to the fetcher via cout
> and cerr, and that output didn't show up in the log files either. So it
> appears to be a logging capture issue.
> Note that the container launcher, launched from
> src/slave/containerizer/mesos/launcher.cpp, does appear to log properly.
> However, when launching the fetcher itself from
> src/slave/containerizer/fetcher.cpp (FetcherProcess::run), logging does not
> happen properly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)