[
https://issues.apache.org/jira/browse/HBASE-16540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15486555#comment-15486555
]
Duo Zhang commented on HBASE-16540:
-----------------------------------
The commits on git server are correct I think
https://git-wip-us.apache.org/repos/asf?p=hbase.git
But seems the fix push also involved two later commits.
[~anoopsamjohn] Maybe you should reset your local repo to this one first
https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=commit;h=8855670cd701fdf9c2ab41907f9525d122608e6d
And then try a git pull?
> 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
> Fix For: 2.0.0, 1.4.0
>
> 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)