[jira] [Updated] (HBASE-6907) KeyValue equals and compareTo methods should match

2013-01-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-6907: -- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available)

[jira] [Updated] (HBASE-6907) KeyValue equals and compareTo methods should match

2013-01-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-6907: -- Attachment: 6907-v1.txt First attempt at this issue. TestColumnSeeking passes. KeyValue

[jira] [Updated] (HBASE-6907) KeyValue equals and compareTo methods should match

2013-01-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-6907: -- Status: Patch Available (was: Open) Let Hadoop QA tell us what large tests fail. KeyValue

[jira] [Updated] (HBASE-6907) KeyValue equals and compareTo methods should match

2013-01-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-6907: -- Attachment: 6907-v2.txt Patch v2 fixes failures in TestHRegion Please comment whether this is in the right

[jira] [Updated] (HBASE-6907) KeyValue equals and compareTo methods should match

2013-01-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-6907: -- Attachment: 6907-v3.txt Patch v3 should have fixed all medium tests. KeyValue equals and

[jira] [Updated] (HBASE-6907) KeyValue equals and compareTo methods should match

2013-01-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-6907: -- Attachment: 6907-v4.txt Patch v4 makes TestHRegionBusyWait and TestHRegion pass KeyValue

[jira] [Updated] (HBASE-6907) KeyValue equals and compareTo methods should match

2013-01-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-6907: -- Attachment: 6907-v5.txt Patch v5 addresses Matt's comment. The original intention of modifying Cell interface

[jira] [Updated] (HBASE-6907) KeyValue equals and compareTo methods should match

2013-01-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-6907: -- Assignee: Ted Yu Release Note: KeyValue.equals() method used to ignore the memstoreTS. Now

[jira] [Updated] (HBASE-6907) KeyValue equals and compareTo methods should match

2013-01-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-6907: -- Priority: Major (was: Critical) I agree this is not critical for 0.96. KeyValue equals and

[jira] [Updated] (HBASE-6907) KeyValue equals and compareTo methods should match

2012-10-01 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-6907: -- Priority: Critical (was: Major) KeyValue equals and compareTo methods should match