[
https://issues.apache.org/jira/browse/HBASE-16540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15486175#comment-15486175
]
Hudson commented on HBASE-16540:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-1.4 #409 (See
[https://builds.apache.org/job/HBase-1.4/409/])
HBASE-16540 Adding checks in Scanner's setStartRow and setStopRow for (garyh:
rev 7028a0d889b3649e5a0c4bd9532b852fb70d3ae3)
* (edit) hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestScan.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Scan.java
> Scan should do additional validation on start and stop row
> ----------------------------------------------------------
>
> Key: HBASE-16540
> URL: https://issues.apache.org/jira/browse/HBASE-16540
> Project: HBase
> Issue Type: Bug
> Components: Client
> Reporter: Gary Helmling
> Assignee: Dustin Pho
> Attachments: HBASE-16540.002.patch, HBASE-16540.patch
>
>
> Scan.setStartRow() and setStopRow() should validate the byte[] passed to
> ensure it meets the criteria for a row key. If the byte[] length is greater
> that Short.MAX_VALUE, we should throw an IllegalArgumentException in order to
> fast fail and prevent server-side errors being thrown and retried.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)