You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benno Evers (Jira)" <ji...@apache.org> on 2020/01/13 10:04:00 UTC

[jira] [Assigned] (MESOS-10086) Add support for systemd socket activation for mesos domain sockets

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

Benno Evers reassigned MESOS-10086:
-----------------------------------

    Fix Version/s: 1.10
         Assignee: Benno Evers
       Resolution: Fixed

{noformat}
commit 8a9eb868ff3979df1cb68ebf56cb451b411e06a9 (HEAD -> master, origin/master)
Author: Benno Evers <be...@apache.org>
Date:   Thu Jan 9 15:48:48 2020 +0100

    Added systemd support to domain socket agent flag.
    
    Added the ability to specify a unix domain socket
    as `systemd:<identifier>` for the `--domain_socket_location`
    agent flag.
    
    This will instruct the agent to expect the domain socket
    being passed by systemd with the specified name.
    
    Review: https://reviews.apache.org/r/71977

commit b73965de9874559c02bed42cd597e6ec678a461d
Author: Benno Evers <be...@apache.org>
Date:   Thu Jan 9 15:43:29 2020 +0100

    Added support for systemd socket activation API.
    
    Added support for the systemd socket activation api,
    that allows systemd to pass listening file descriptors
    to a given service.
    
    Review: https://reviews.apache.org/r/71976
{noformat}

> Add support for systemd socket activation for mesos domain sockets
> ------------------------------------------------------------------
>
>                 Key: MESOS-10086
>                 URL: https://issues.apache.org/jira/browse/MESOS-10086
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Benno Evers
>            Assignee: Benno Evers
>            Priority: Major
>             Fix For: 1.10
>
>
> We should implement support for systemd socket activation for the domain socket used by agents and executors, so that it does not need to be removed and re-created on agent startup.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)