You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:28:01 UTC

[jira] [Issue Comment Deleted] (MESOS-4086) Containerizer logging modularization

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

Gavin updated MESOS-4086:
-------------------------
    Comment: was deleted

(was: www.rtat.net)

> Containerizer logging modularization
> ------------------------------------
>
>                 Key: MESOS-4086
>                 URL: https://issues.apache.org/jira/browse/MESOS-4086
>             Project: Mesos
>          Issue Type: Epic
>          Components: containerization, modules
>            Reporter: Joseph Wu
>            Assignee: Joseph Wu
>            Priority: Major
>              Labels: logging, mesosphere
>
> Executors and tasks are configured (via the various containerizers) to write their output (stdout/stderr) to files ("stdout" and "stderr") on an agent's disk.
> Unlike Master/Agent logs, executor/task logs are not attached to any formal logging system, like {{glog}}.  As such, there is significant scope for improvement.
> By introducing a module for logging, we can provide a common/programmatic way to access and manage executor/task logs.  Modules could implement additional sinks for logs, such as:
> * to the sandbox (the status quo),
> * to syslog,
> * to journald
> This would also provide the hooks to deal with logging related problems, such as:
> * the (current) lack of log rotation,
> * searching through executor/task logs (i.e. via aggregation)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)