You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lijin Bin (Jira)" <ji...@apache.org> on 2019/10/12 11:35:00 UTC

[jira] [Created] (HBASE-23157) WAL unflushed seqId tracking may wrong when Durability.ASYNC_WAL is used

Lijin Bin created HBASE-23157:
---------------------------------

             Summary: WAL unflushed seqId tracking may wrong when Durability.ASYNC_WAL is used
                 Key: HBASE-23157
                 URL: https://issues.apache.org/jira/browse/HBASE-23157
             Project: HBase
          Issue Type: Bug
          Components: regionserver, wal
    Affects Versions: 2.2.1
            Reporter: Lijin Bin
            Assignee: Lijin Bin


Durability.ASYNC_WAL do not wait wal sync and commit mvcc ahead. So when region start flush may get a large flushedSeqId and later wal process buffer entry and put a small unflushedSequenceIds for this region again.




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