You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2017/06/01 13:16:04 UTC

[jira] [Created] (HBASE-18145) The flush may cause the corrupt data for reading

Chia-Ping Tsai created HBASE-18145:
--------------------------------------

             Summary: The flush may cause the corrupt data for reading
                 Key: HBASE-18145
                 URL: https://issues.apache.org/jira/browse/HBASE-18145
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: Chia-Ping Tsai
            Assignee: Chia-Ping Tsai
            Priority: Critical
             Fix For: 2.0.0


HBASE-18019 close the memstore after flush. The chuck which stores the current data may be reclaimed. So if the chuck is rewrited before we send the data to client, the client will receive the corrupt data.
This issue also breaks the TestAcid*.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)