Thomas Bechtold created CASSANDRA-14351:
-------------------------------------------

             Summary: Support systemd SD_NOTIFY interface during startup
                 Key: CASSANDRA-14351
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14351
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Thomas Bechtold


When cassandra is started via systemd, it would be nice to support the 
[SD_NOTIFY|https://www.freedesktop.org/software/systemd/man/sd_notify.html] 
protocol so systemd know, when cassandra is ready (that can be use for 
dependencies or when you need to wait until cassandra startup is done).
A very simple implementation could be done using the 
{code:java}
systemd-notify --ready
{code}
command line tool (and ignore it if the tool is not there)




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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to