You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Adonis Ling (JIRA)" <ji...@apache.org> on 2019/04/25 09:31:00 UTC

[jira] [Created] (HBASE-22310) checkAndMutate used an incorrect row to check the condition

Adonis Ling created HBASE-22310:
-----------------------------------

             Summary: checkAndMutate used an incorrect row to check the condition
                 Key: HBASE-22310
                 URL: https://issues.apache.org/jira/browse/HBASE-22310
             Project: HBase
          Issue Type: Bug
          Components: API
    Affects Versions: 1.4.9
            Reporter: Adonis Ling


In branch-1.4, checkAndMutate used the row of RowMutation to check the condition which is incorrect. It will fail in the case which is checking a row and mutate a different row.

The issue doesn't happen in the master branch.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)