Review Trackers (column, delete, etc) on Trunk after 2248 goes in for correctness and optimal earlying-out ----------------------------------------------------------------------------------------------------------
Key: HBASE-2549 URL: https://issues.apache.org/jira/browse/HBASE-2549 Project: Hadoop HBase Issue Type: Improvement Components: regionserver Reporter: Jonathan Gray Assignee: Jonathan Gray Priority: Critical Fix For: 0.21.0 Once we move to all Scans, the trackers could use a refresh. There are often times where we return, for example, a MatchCode.SKIP (which just goes to the next KV not including the current one) where we could be sending a more optimal return code like MatchCode.SEEK_NEXT_ROW. This is a jira to review all of this code after 2248 goes in. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.