[
https://issues.apache.org/jira/browse/HBASE-25628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
SweetCandy updated HBASE-25628:
-------------------------------
Description:
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
{code:java}
# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build
1.8.0_181-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode linux-amd64
)
# Problematic frame:# v ~StubRoutines::jshort_disjoint_arraycopy
{code}
was:
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
> 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
> Priority: Major
> 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
>
> {code:java}
> # JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build
> 1.8.0_181-b13)
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode
> linux-amd64 )
> # Problematic frame:# v ~StubRoutines::jshort_disjoint_arraycopy
> {code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)