You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "SweetCandy (Jira)" <ji...@apache.org> on 2021/03/03 12:09:00 UTC

[jira] [Created] (HBASE-25628) RegionServer crash occasionally due to SIGSEGV

SweetCandy created HBASE-25628:
----------------------------------

             Summary: RegionServer crash occasionally due to SIGSEGV
                 Key: HBASE-25628
                 URL: https://issues.apache.org/jira/browse/HBASE-25628
             Project: HBase
          Issue Type: Bug
          Components: regionserver
    Affects Versions: 2.1.0
            Reporter: SweetCandy
         Attachments: hs_err_pid15967.log, hs_err_pid3375.log

Regionserver had a problem which is JVM crash after running for a period of time. From the error dump logs, the main reason is due to SIGSEGV singal. how to deal with it.

BTW, from the start of the regionserver to the crash, there is no error record in the hbase log

After many crash, there are some common points.
 # Thread is AsyncFSWAL-0.
 # Problematic frame is v  ~StubRoutines::jshort_disjoint_arraycopy
 # Error methods are org.apache.hadoop.hbase.regionserver.wal.AsyncProtobufLogWriter$OutputStreamWrapper.write.

jdk:  Oracle jdk-1.8_181

os: CentOS Linux release 7.4.1708 (Core)

hbase: 2.1.0-cdh6.3.0



--
This message was sent by Atlassian Jira
(v8.3.4#803005)