You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ian Spence (JIRA)" <ji...@apache.org> on 2019/01/15 22:03:00 UTC

[jira] [Created] (CASSANDRA-14986) JVM Crashes with SimpleComposite.size

Ian Spence created CASSANDRA-14986:
--------------------------------------

             Summary: JVM Crashes with SimpleComposite.size
                 Key: CASSANDRA-14986
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14986
             Project: Cassandra
          Issue Type: Bug
         Environment: Cassandra 2.2.13
 2 DCs. 3 RACs in DC1, 6 RACs in DC2.
 CentOS 6.9 (server that crashed) and CentOS 7
 JRE 1.8.0_74
            Reporter: Ian Spence
         Attachments: hserrpid13058.log

The JVM for Cassandra crashed on a running node in a multi-DC cluster. Looking at the dump, it crashed on a method that absolutely should not have triggered a fault like this.

A sanitized version of the dump is attached. It appears to be crashing in this file: [https://raw.githubusercontent.com/apache/cassandra/cassandra-2.2/src/java/org/apache/cassandra/db/composites/SimpleComposite.java]

Specifically at:
{noformat}
public int size()
    {
        return 1;
    }{noformat}



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

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