Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-9822

Debian/Ubuntu init script status says that Cassandra is not running when it actually is

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Normal
    • Resolution: Unresolved
    • None
    • Packaging
    • None
    • Any Ubuntu/Debian system

    • Normal

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            eherot Eric Herot
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: