Narrow getClosestRowBefore by passing column family
---------------------------------------------------

                 Key: HBASE-998
                 URL: https://issues.apache.org/jira/browse/HBASE-998
             Project: Hadoop HBase
          Issue Type: Improvement
            Reporter: stack


Currently when we do getClosestRowBefore, we're usually just interested in 
catalog table edits to the info family.  As its written, we'll also go trawl 
the region historian column family though its irrelevant and worse, if we got a 
row out of here with no corresponding info entry, we'd be hosed.  Add being 
able to narrow the scope of the getClosestRowBefore by passing column family to 
dive in.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to