You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Zheng Hu (JIRA)" <ji...@apache.org> on 2019/07/02 08:28:00 UTC

[jira] [Created] (HBASE-22647) Run increment benchmark of PE in a cluster with in-memory compaction enabled will crash the RS

Zheng Hu created HBASE-22647:
--------------------------------

             Summary: Run increment benchmark of PE in a cluster with in-memory compaction enabled will crash the RS
                 Key: HBASE-22647
                 URL: https://issues.apache.org/jira/browse/HBASE-22647
             Project: HBase
          Issue Type: Bug
            Reporter: Zheng Hu
            Assignee: Zheng Hu
         Attachments: hs_err_pid7523.log, regionserver_20190702-114723.out

The stdout from JVM has the following message: 
{code}
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f74f6d14622, pid=7523, tid=0x00007f7384476700
#
# JRE version: OpenJDK Runtime Environment (8.0_202-b08) (build 1.8.0_202-b08)
# Java VM: OpenJDK 64-Bit Server VM (25.202-b08 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# J 11419 C2 org.apache.hadoop.hbase.util.ByteBufferUtils.equals(Ljava/nio/ByteBuffer;II[BII)Z (64 bytes) @ 0x00007f74f6d14622 [0x00007f74f6d145c0+0x62]
#
# 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:
# /home/work/app/hbase/c302tst-offheap-reading/regionserver/hs_err_pid7523.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
{code}

and the stacktrace is: 

{code}
Stack: [0x00007f7384436000,0x00007f7384477000],  sp=0x00007f7384475480,  free space=253k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
J 11419 C2 org.apache.hadoop.hbase.util.ByteBufferUtils.equals(Ljava/nio/ByteBuffer;II[BII)Z (64 bytes) @ 0x00007f74f6d14622 [0x00007f74f6d145c0+0x62]
J 10155 C2 org.apache.hadoop.hbase.CellUtil.matchingQualifier(Lorg/apache/hadoop/hbase/Cell;Lorg/apache/hadoop/hbase/Cell;)Z (170 bytes) @ 0x00007f74f5b84808 [0x00007f74f5b84600+0x208]
J 10955 C2 org.apache.hadoop.hbase.regionserver.HRegion.reckonDeltasByStore(Lorg/apache/hadoop/hbase/regionserver/HStore;Lorg/apache/hadoop/hbase/regionserver/Region$Operation;Lorg/apache/hadoop/hbase/client/Mutation;Lorg/apache/hadoop/hbase/client/Durability;JLjava/util/List;Ljava/util/List;)Ljava/util/List; (546 bytes) @ 0x00007f74f71d7290 [0x00007f74f71d59c0+0x18d0]
J 10958 C2 org.apache.hadoop.hbase.regionserver.HRegion.doDelta(Lorg/apache/hadoop/hbase/regionserver/Region$Operation;Lorg/apache/hadoop/hbase/client/Mutation;JJZ)Lorg/apache/hadoop/hbase/client/Result; (751 bytes) @ 0x00007f74f71eac54 [0x00007f74f71e98a0+0x13b4]
J 10903 C2 org.apache.hadoop.hbase.regionserver.RSRpcServices.mutate(Lorg/apache/hbase/thirdparty/com/google/protobuf/RpcController;Lorg/apache/hadoop/hbase/shaded/protobuf/generated/ClientProtos$MutateRequest;)Lorg/apache/hadoop/hbase/shaded/protobuf/generated/ClientProtos$MutateResponse; (1247 bytes) @ 0x00007f74f7216af0 [0x00007f74f7212ae0+0x4010]
J 10824 C2 org.apache.hadoop.hbase.ipc.RpcServer.call(Lorg/apache/hadoop/hbase/ipc/RpcCall;Lorg/apache/hadoop/hbase/monitoring/MonitoredRPCHandler;)Lorg/apache/hadoop/hbase/util/Pair; (562 bytes) @ 0x00007f74f716a2bc [0x00007f74f7169240+0x107c]
J 10825 C2 org.apache.hadoop.hbase.ipc.CallRunner.run()V (1376 bytes) @ 0x00007f74f715368c [0x00007f74f7152b40+0xb4c]
J 10571 C2 org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(Lorg/apache/hadoop/hbase/ipc/CallRunner;)V (268 bytes) @ 0x00007f74f6f0837c [0x00007f74f6f081e0+0x19c]
J 11198% C2 org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run()V (72 bytes) @ 0x00007f74f6212b3c [0x00007f74f62129c0+0x17c]
v  ~StubRoutines::call_stub
V  [libjvm.so+0x6310ea]  JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0xeea
V  [libjvm.so+0x62e7a4]  JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*)+0x2a4
V  [libjvm.so+0x62ed9a]  JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*)+0x4a
V  [libjvm.so+0x66f7ce]  thread_entry(JavaThread*, Thread*)+0x8e
V  [libjvm.so+0x99f088]  JavaThread::thread_main_inner()+0xd8
V  [libjvm.so+0x857422]  java_start(Thread*)+0xf2
C  [libpthread.so.0+0x7dc5]  start_thread+0xc5
{code}



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