binary keys broken on trunk
---------------------------

                 Key: HBASE-1330
                 URL: https://issues.apache.org/jira/browse/HBASE-1330
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.20.0
            Reporter: ryan rawson
             Fix For: 0.20.0
         Attachments: HBASE-1330.patch

The symptom is commits fail with 'table not found' exception - even though the 
table does in fact exist!

Digging in a little with debug logs indicate that getClosestRowBefore() is 
returning NULL, which for a table that exists should never be!  A key always 
falls into a region - either the first or the last one at the very least.

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