[
https://issues.apache.org/jira/browse/HBASE-12915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14292771#comment-14292771
]
Hudson commented on HBASE-12915:
--------------------------------
SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #778 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/778/])
HBASE-12915 Disallow small scan with batching (tedyu: rev
dc145552c10273bec9679052ed1008872c9bb031)
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java
> Disallow small scan with batching
> ---------------------------------
>
> Key: HBASE-12915
> URL: https://issues.apache.org/jira/browse/HBASE-12915
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 1.0.0, 2.0.0, 0.98.10, 1.1.0
>
> Attachments: 12915-001.txt, 12915-001.txt
>
>
> If user sets batching in Scan object, ClientSmallScanner may return
> unexpected result because data from same row may appear in multiple Result
> objects but ClientSmallScanner considers different Results to correspond to
> different rows.
> Small scan with batching should be disallowed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)