You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Varun Sharma (JIRA)" <ji...@apache.org> on 2013/02/11 17:43:13 UTC

[jira] [Created] (HBASE-7813) Bug in BulkDeleteEndpoint kills entire rows on COLUMN/VERSION Deletes

Varun Sharma created HBASE-7813:
-----------------------------------

             Summary: Bug in BulkDeleteEndpoint kills entire rows on COLUMN/VERSION Deletes
                 Key: HBASE-7813
                 URL: https://issues.apache.org/jira/browse/HBASE-7813
             Project: HBase
          Issue Type: Bug
          Components: Coprocessors
    Affects Versions: 0.94.4, 0.96.0
            Reporter: Varun Sharma
            Assignee: Varun Sharma
             Fix For: 0.96.0, 0.94.5


Try a BulkDeleteEndpoint using DeleteType.COLUMN or DeleteType.VERSION and give it a set of Columns which are not in the row.

A Delete is constructed using just the row alone. No family/column/version is added and it is applied, thus deleting the entire row.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira