You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Tom,Xu (JIRA)" <ji...@apache.org> on 2019/05/31 07:58:00 UTC

[jira] [Created] (HBASE-22512) Jvm was crash which is running Regoinserver with a segment fault

Tom,Xu created HBASE-22512:
------------------------------

             Summary: 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
         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)