[
https://issues.apache.org/jira/browse/HBASE-3662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008266#comment-13008266
]
Hudson commented on HBASE-3662:
-------------------------------
Integrated in HBase-TRUNK #1794 (See
[https://hudson.apache.org/hudson/job/HBase-TRUNK/1794/])
HBASE-3662 REST server does not respect client supplied max versions when
creating scanner
> REST server does not respect client supplied max versions when creating
> scanner
> -------------------------------------------------------------------------------
>
> Key: HBASE-3662
> URL: https://issues.apache.org/jira/browse/HBASE-3662
> Project: HBase
> Issue Type: Bug
> Components: rest
> Affects Versions: 0.90.1
> Reporter: Gary Helmling
> Assignee: Andrew Purtell
> Fix For: 0.90.2, 0.92.0
>
>
> In {{org.apache.hadoop.hbase.rest.ScannerResource.update()}}, where a new
> scanner is created on the server, we don't seem to respect the max versions
> value sent by the client:
> {noformat}
> RowSpec spec = new RowSpec(model.getStartRow(), endRow,
> model.getColumns(), model.getStartTime(), model.getEndTime(), 1);
> {noformat}
> Looks to me like the last argument of "1" should instead be
> {{model.getMaxVersions()}}.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira