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)