You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ChiaPing Tsai (JIRA)" <ji...@apache.org> on 2016/10/10 19:38:20 UTC

[jira] [Created] (HBASE-16801) The Append/Increment may return the data came from future

ChiaPing Tsai created HBASE-16801:
-------------------------------------

             Summary: The Append/Increment may return the data came from future
                 Key: HBASE-16801
                 URL: https://issues.apache.org/jira/browse/HBASE-16801
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: ChiaPing Tsai
            Priority: Minor
             Fix For: 2.0.0


OperationContext maintains the mvcc as a static member, so any Append’s and Increment’s read point will be changed by others. That is, a retrying Append/Increment may “see” the future data.



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