You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Chambers (JIRA)" <ji...@apache.org> on 2009/02/28 11:54:12 UTC

[jira] Updated: (HBASE-1227) REST server ignores start_row and end_row arguments in scanner request

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

Jonathan Chambers updated HBASE-1227:
-------------------------------------

    Description: 
When issuing a command like:

  POST /api/users/scanner?column=habbit:football&start_row=Alice&end_row=Bob

The resultant scanner appears to ignore the start_row and end_row constraints, so that a command like:

  POST /api/users/scanner/1?limit=1000

returns results outside of the specified range e.g. the row for "William" will be returned.

  was:
When issuing a command like:

  POST /api/users/scanner?column=habbit:football&start_row=Alice&end_row=Bob

The resultant scanner appears to ignore the start_row and end_row constraints, so that a command like:

  POST http://localhost:60050/api/users/scanner/1?limit=1000

returns results outside of the specified range e.g. the row for "William" will be returned.


> REST server ignores start_row and end_row arguments in scanner request
> ----------------------------------------------------------------------
>
>                 Key: HBASE-1227
>                 URL: https://issues.apache.org/jira/browse/HBASE-1227
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: rest
>    Affects Versions: 0.20.0
>         Environment: HBASE: Version: 0.20.0-dev, r743660, Mon Feb 23 13:11:13 GMT 2009
> OS: Linux hardy-vm 2.6.24-23-generic #1 SMP Mon Jan 26 00:13:11 UTC 2009 i686 GNU/Linux
> JAVA: Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
>            Reporter: Jonathan Chambers
>
> When issuing a command like:
>   POST /api/users/scanner?column=habbit:football&start_row=Alice&end_row=Bob
> The resultant scanner appears to ignore the start_row and end_row constraints, so that a command like:
>   POST /api/users/scanner/1?limit=1000
> returns results outside of the specified range e.g. the row for "William" will be returned.

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