You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/10/09 06:34:31 UTC

[jira] Assigned: (HBASE-1891) Scanner is jumping a full cache of rows

     [ https://issues.apache.org/jira/browse/HBASE-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack reassigned HBASE-1891:
----------------------------

    Assignee: stack

> Scanner is jumping a full cache of rows
> ---------------------------------------
>
>                 Key: HBASE-1891
>                 URL: https://issues.apache.org/jira/browse/HBASE-1891
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: client
>            Reporter: Zheng Shao
>            Assignee: stack
>         Attachments: Tester.java
>
>
> I ran my program multiple times and this is happening almost all the time.
> Basically, the ResultScanner is skipping a full cache of rows. I set my caching size to 1000, and when I expect to see row 60000 it gave me 60999.
> My code (will attach here) is creating a new table with a single column family and qualifier, and then write 1 million rows with ascending keys, then immediately read them back to verify.
> The HBase code is from:
> http://svn.apache.org/repos/asf/hadoop/hbase/trunk at
> Exported revision 821973.

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