You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2013/08/13 01:27:48 UTC

[jira] [Created] (HBASE-9196) Remove dead code related to KeyValue

Jonathan Hsieh created HBASE-9196:
-------------------------------------

             Summary: Remove dead code related to KeyValue
                 Key: HBASE-9196
                 URL: https://issues.apache.org/jira/browse/HBASE-9196
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.96.0
            Reporter: Jonathan Hsieh
            Assignee: Jonathan Hsieh


While working on HBASE-9164, I found some deprecated and dead code.

1) two volatiles variables were in the critical path for comparators.  (ignoreTimetamps and ignoreTypes).  Removed them.
2) Replaced references to deprected #getMemstoreTs with #getMvccVersion
3) Removed ROOT_KEY_COMPARATOR and references.

--
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