[jira] [Updated] (HBASE-5268) Add delete column prefix delete marker

2012-01-24 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5268: - Attachment: 5268.txt Here's a patch. The bulk is testing. During testing with deleted marker

[jira] [Updated] (HBASE-5268) Add delete column prefix delete marker

2012-01-24 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5268: - Attachment: 5268-v2.txt This version has no anomalies. And it actually isn't so bad. The only

[jira] [Updated] (HBASE-5268) Add delete column prefix delete marker

2012-01-24 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5268: - Attachment: 5268-v3.txt Sorting prefix markers first has another problem. Placing a prefix

[jira] [Updated] (HBASE-5268) Add delete column prefix delete marker

2012-01-24 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5268: - Attachment: 5268-v4.txt One more test. And guard for short column identifiers following longer

[jira] [Updated] (HBASE-5268) Add delete column prefix delete marker

2012-01-24 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5268: - Status: Patch Available (was: Open) Add delete column prefix delete marker

[jira] [Updated] (HBASE-5268) Add delete column prefix delete marker

2012-01-24 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5268: - Fix Version/s: (was: 0.94.0) Assignee: (was: Lars Hofhansl) Leaving open for

[jira] [Updated] (HBASE-5268) Add delete column prefix delete marker

2012-01-24 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5268: - Attachment: 5268-v5.txt Patch that includes the get test, for reference. Add

[jira] [Updated] (HBASE-5268) Add delete column prefix delete marker

2012-01-24 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5268: - Status: Open (was: Patch Available) Add delete column prefix delete marker

[jira] [Updated] (HBASE-5268) Add delete column prefix delete marker

2012-01-24 Thread Lars Hofhansl (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5268: - Attachment: 5268-proof.txt Just to prove to myself that it can be done... Here's a patch that