You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2008/11/28 08:06:44 UTC

[jira] Created: (HBASE-1033) get and getRow with latest timestamp don't find requested rows

get and getRow with latest  timestamp don't find requested rows
---------------------------------------------------------------

                 Key: HBASE-1033
                 URL: https://issues.apache.org/jira/browse/HBASE-1033
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.18.1
            Reporter: Jim Kellerman
            Priority: Blocker
             Fix For: 0.19.0, 0.18.2
         Attachments: row.JPG

If there is a row with more timestamps than versions (which can happen if only some cells are newer than others in other columns), get and getRow fail to find columns with older timestamps.

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


[jira] Resolved: (HBASE-1033) get and getRow with latest timestamp don't find requested columns

Posted by "Jim Kellerman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman resolved HBASE-1033.
----------------------------------

    Resolution: Invalid

The problem appears not to be with timestamps, but sometimes columns are not returned when, in fact, they do exist. Currently this is not reproducible with a simple test case. Will open a new Jira when I can identify what is going on here.


> get and getRow with latest  timestamp don't find requested columns
> ------------------------------------------------------------------
>
>                 Key: HBASE-1033
>                 URL: https://issues.apache.org/jira/browse/HBASE-1033
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>            Reporter: Jim Kellerman
>            Priority: Blocker
>             Fix For: 0.19.0, 0.18.2
>
>         Attachments: row.JPG
>
>
> If there is a row with more timestamps than versions (which can happen if only some cells are newer than others in other columns), get and getRow fail to find columns with newer timestamps.

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


[jira] Commented: (HBASE-1033) get and getRow with latest timestamp don't find requested rows

Posted by "Jim Kellerman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651477#action_12651477 ] 

Jim Kellerman commented on HBASE-1033:
--------------------------------------

In the example above, a get for the row for column page:url at latest timestamp returns nothing.

getRow with no columns specified and for latest timestamp return columns: { 
  alternate_title:Another title ,
  alternate_url:http://foo.com/target,
  anchor:all_inlinks ,
  anchor:anchor_text ,
  anchor:bydomain_inlinks
}

but does not return page:url or page:content

get for the row for column page:url specifying all versions returns all three versions of page:url

  

> get and getRow with latest  timestamp don't find requested rows
> ---------------------------------------------------------------
>
>                 Key: HBASE-1033
>                 URL: https://issues.apache.org/jira/browse/HBASE-1033
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>            Reporter: Jim Kellerman
>            Priority: Blocker
>             Fix For: 0.19.0, 0.18.2
>
>         Attachments: row.JPG
>
>
> If there is a row with more timestamps than versions (which can happen if only some cells are newer than others in other columns), get and getRow fail to find columns with older timestamps.

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


[jira] Updated: (HBASE-1033) get and getRow with latest timestamp don't find requested columns

Posted by "Jim Kellerman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman updated HBASE-1033:
---------------------------------

    Description: If there is a row with more timestamps than versions (which can happen if only some cells are newer than others in other columns), get and getRow fail to find columns with newer timestamps.  (was: If there is a row with more timestamps than versions (which can happen if only some cells are newer than others in other columns), get and getRow fail to find columns with older timestamps.)
        Summary: get and getRow with latest  timestamp don't find requested columns  (was: get and getRow with latest  timestamp don't find requested rows)

> get and getRow with latest  timestamp don't find requested columns
> ------------------------------------------------------------------
>
>                 Key: HBASE-1033
>                 URL: https://issues.apache.org/jira/browse/HBASE-1033
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>            Reporter: Jim Kellerman
>            Priority: Blocker
>             Fix For: 0.19.0, 0.18.2
>
>         Attachments: row.JPG
>
>
> If there is a row with more timestamps than versions (which can happen if only some cells are newer than others in other columns), get and getRow fail to find columns with newer timestamps.

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


[jira] Updated: (HBASE-1033) get and getRow with latest timestamp don't find requested rows

Posted by "Jim Kellerman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman updated HBASE-1033:
---------------------------------

    Attachment: row.JPG

Example row

> get and getRow with latest  timestamp don't find requested rows
> ---------------------------------------------------------------
>
>                 Key: HBASE-1033
>                 URL: https://issues.apache.org/jira/browse/HBASE-1033
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.18.1
>            Reporter: Jim Kellerman
>            Priority: Blocker
>             Fix For: 0.19.0, 0.18.2
>
>         Attachments: row.JPG
>
>
> If there is a row with more timestamps than versions (which can happen if only some cells are newer than others in other columns), get and getRow fail to find columns with older timestamps.

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