Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-4086

Containerizer logging modularization

    XMLWordPrintableJSON

Details

    • logger module

    Description

      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)

      Attachments

        Activity

          People

            kaysoky Joseph Wu
            kaysoky Joseph Wu
            Benjamin Hindman Benjamin Hindman
            Votes:
            1 Vote for this issue
            Watchers:
            10 Start watching this issue

            Dates

              Created:
              Updated: