You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Clint Morgan (JIRA)" <ji...@apache.org> on 2008/06/04 21:12:45 UTC

[jira] Updated: (HBASE-665) server side scanner doesn't honor stop row

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

Clint Morgan updated HBASE-665:
-------------------------------

    Attachment: hbase-665.patch

Looks like filter problem, try this out.

> server side scanner doesn't honor stop row
> ------------------------------------------
>
>                 Key: HBASE-665
>                 URL: https://issues.apache.org/jira/browse/HBASE-665
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Michael Bieniosek
>         Attachments: hbase-665.patch
>
>
> I have a large table.  If I create a scanner with a stop row near the beginning of the table, the last hasNext call hangs for a while.  If I do the same with the stop row near the end of the table, the last hasNext call is pretty quick.
> I suspect that the server side scanner isn't terminating early, and is actually scanning through the whole table returning nothing.

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