You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ruggero Marchei (JIRA)" <ji...@apache.org> on 2015/08/28 01:07:45 UTC

[jira] [Created] (CASSANDRA-10213) Status command in debian/ubuntu init script doesn't work

Ruggero Marchei created CASSANDRA-10213:
-------------------------------------------

             Summary: Status command in debian/ubuntu init script doesn't work
                 Key: CASSANDRA-10213
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10213
             Project: Cassandra
          Issue Type: Bug
            Reporter: Ruggero Marchei
            Priority: Minor


Status command on ubuntu/debian always returns the wrong status:
{code}
# service cassandra status
 * could not access pidfile for Cassandra
{code}

The problem is that [CMD_PATT="cassandra.+CassandraDaemon"|https://github.com/apache/cassandra/blob/trunk/debian/init#L60] never matches the cmdline regex.

[This|https://github.com/apache/cassandra/compare/trunk...rmarchei:init] should fix it



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)