Skip to content

Instantly share code, notes, and snippets.

@dlobue
Created February 4, 2015 19:42
Show Gist options
  • Save dlobue/b8df3119718085485755 to your computer and use it in GitHub Desktop.
Save dlobue/b8df3119718085485755 to your computer and use it in GitHub Desktop.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f42e561bf9e, pid=32703, tid=139887496181504
#
# JRE version: Java(TM) SE Runtime Environment (7.0_71-b14) (build 1.7.0_71-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.71-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# J 2622 C2 org.apache.cassandra.io.compress.CompressedThrottledReader.reBuffer()V (17 bytes) @ 0x00007f42e561bf9e [0x00007f42e561bee0+0xbe]
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid32703.log
2015-02-04 19:40:04,876 20042954 [OptionalTasks:1] INFO org.apache.cassandra.db.ColumnFamilyStore - Enqueuing flush of Memtable-local@46881363(11
4/6322 serialized/live bytes, 9 ops)
2015-02-04 19:40:04,877 20042955 [FlushWriter:15] INFO org.apache.cassandra.db.Memtable - Writing Memtable-local@46881363(114/6322 serialized/liv
e bytes, 9 ops)
2015-02-04 19:40:04,881 20042959 [FlushWriter:15] INFO org.apache.cassandra.db.Memtable - Completed flushing /var/lib/cassandra/data/system/local
/system-local-jb-47-Data.db (147 bytes) for commitlog position ReplayPosition(segmentId=1423058765351, position=166664093)
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
@mcfongtw
Copy link

mcfongtw commented Mar 1, 2016

Hi,
Did you find solution to this problem? We recently hit the similar issue while the Cassandra is trying to flush to disk. Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment