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

Dustin Pho updated HBASE-16540:
-------------------------------
    Attachment: HBASE-16540.patch

Added a validator for row keys passed to setStartRow and setStopRow such that 
they must be less than or equal to HConstant.MAX_ROW_LENGTH (Short.MAX_VALUE).

> 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.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)

Reply via email to