You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Eric Herot (JIRA)" <ji...@apache.org> on 2015/07/15 19:46:04 UTC

[jira] [Created] (CASSANDRA-9822) Debian/Ubuntu init script status says that Cassandra is not running when it actually is

Eric Herot created CASSANDRA-9822:
-------------------------------------

             Summary: Debian/Ubuntu init script status says that Cassandra is not running when it actually is
                 Key: CASSANDRA-9822
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9822
             Project: Cassandra
          Issue Type: Bug
          Components: Packaging
         Environment: Any Ubuntu/Debian system
            Reporter: Eric Herot


The reason: The current CMD_PATT regex can't match very long command lines.

If a lot of Java options are used (thus causing the command line for Cassandra to be very long) the value of /proc/PID/cmdline is truncated before the phrase "CassandraDaemon" (at exactly 4096 characters) so the regex "cassandra.+CassandraDaemon" fails to match.



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