[
https://issues.apache.org/jira/browse/HBASE-22512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16853101#comment-16853101
]
Josh Elser commented on HBASE-22512:
------------------------------------
You're also using a really old version of Java. Would suggest that you start
with using a recent version:
{noformat}
Environment Variables:
JAVA_HOME=/usr/java/jdk1.8.0_112
{noformat}
Echo'ing what Sean says, the information you've provided here is not actionable
to make a change in the code base. Troubleshooting is better done on mailing
lists than on Jira. [https://lists.apache.org/[email protected]]
> 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)