You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2016/04/23 16:12:12 UTC

[jira] [Created] (HBASE-15699) Can not sync AsyncFSWAL if no edit is appended

Duo Zhang created HBASE-15699:
---------------------------------

             Summary: Can not sync AsyncFSWAL if no edit is appended
                 Key: HBASE-15699
                 URL: https://issues.apache.org/jira/browse/HBASE-15699
             Project: HBase
          Issue Type: Bug
          Components: wal
    Affects Versions: 2.0.0
            Reporter: Duo Zhang
            Assignee: Duo Zhang
             Fix For: 2.0.0


The problem is the txid that we assign to SyncFuture. In AsyncFSWAL, we will assign a zero txid if no edit is append, and it just equals to SyncFuture.NOT_DONE, so the sync request will never finish...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)