[
https://issues.apache.org/jira/browse/HBASE-22512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16853070#comment-16853070
]
Sean Busbey commented on HBASE-22512:
-------------------------------------
You don't quite have enough information here for this to be an actionable jira.
Do you have logs for the region server in question? can you reproduce the issue
on a release from the HBase project, especially without phoenix present?
If there's a fair bit of digging needed to get troubleshooting done you might
get better response by emailing the user@hbase list.
> Jvm was crash which is running Regoinserver with a segment fault
> ----------------------------------------------------------------
>
> Key: HBASE-22512
> URL: https://issues.apache.org/jira/browse/HBASE-22512
> Project: HBase
> Issue Type: Bug
> Components: asyncclient, regionserver
> Affects Versions: 2.0.0
> Environment: hbase 2.0.0 in HDP 3.1.0.0
> Reporter: Tom,Xu
> Priority: Blocker
> Attachments: hs_err_pid12795.log
>
>
> I create table by phoenix, like this sql:
> _CREATE TABLE IF NOT EXISTS T_ORIGIN_MSG(_
> _MSG_ID VARCHAR(32) not null primary key,_
> _MSG VARBINARY,_
> _UPDATE_TIME DATE) COMPRESSION='SNAPPY',DURABILITY='ASYNC_WAL' split on
> ('8');_
> Then upsert data in a loop. Regionserver was crash, the infomation ref
> attanchment. If I don't set ASYNC_WAL it will work .
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)