You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2014/09/11 03:36:34 UTC

[jira] [Created] (HBASE-11945) Client writes may be reordered under contention

Todd Lipcon created HBASE-11945:
-----------------------------------

             Summary: Client writes may be reordered under contention
                 Key: HBASE-11945
                 URL: https://issues.apache.org/jira/browse/HBASE-11945
             Project: HBase
          Issue Type: Bug
          Components: regionserver
    Affects Versions: 0.98.6
            Reporter: Todd Lipcon


I haven't seen this bug in practice, but I was thinking about this a bit and think there may be a correctness issue with the way that we handle client batches which contain multiple operations which touch the same row. The client expects that these operations will be performed in the same order they were submitted, but under contention I believe they can get arbitrarily reordered, leading to incorrect results.



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