Will Rouesnel created MESOS-5734: ------------------------------------ Summary: systemd.hpp header should be installed as part of Mesos header files Key: MESOS-5734 URL: https://issues.apache.org/jira/browse/MESOS-5734 Project: Mesos Issue Type: Improvement Components: c++ api Affects Versions: 0.28.2, 1.0.0 Reporter: Will Rouesnel Priority: Minor
When writing a container logger plugin ala the logrotate logger, there's a need to incorporate systemd functionality used internally by mesos to extend the lifespan's beyond the executor. This looks to be something almost every logging plugin would want to do when spawning subprocesses, but header files needed for it are currently buried in `src/linux` requiring a full Mesos src code installation. This functionality needs to be lifted and made available as part of the public API. -- This message was sent by Atlassian JIRA (v6.3.4#6332)