You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars Francke (JIRA)" <ji...@apache.org> on 2010/01/25 15:45:34 UTC

[jira] Created: (HBASE-2166) Inconsistent/wrong treatment of timestamp parameters in the old Thrift API

Inconsistent/wrong treatment of timestamp parameters in the old Thrift API
--------------------------------------------------------------------------

                 Key: HBASE-2166
                 URL: https://issues.apache.org/jira/browse/HBASE-2166
             Project: Hadoop HBase
          Issue Type: Bug
          Components: thrift
    Affects Versions: 0.20.2
            Reporter: Lars Francke
            Assignee: Lars Francke


The old Thrift API treats timestamps wrong/inconsistent.

getRowTs should return a specific version or null if that doesn't exist. Currently it does seem to treat the timestamp as exclusive so the row is not found. Same goes for getVerTs but there it might only be a documentation problem.

I'll go through the old API and will try to find any such problems and correct them in a way that is consistent with the Java API where possible.

Peter Falk reported this on the mailing list. Thanks!

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