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: [email protected]
For additional commands, e-mail: [email protected]