[
https://issues.apache.org/jira/browse/HBASE-16376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435250#comment-15435250
]
Andrew Purtell commented on HBASE-16376:
----------------------------------------
FYI I reverted this change from 0.98 because we don't support partial results
there, and Scan does not have the method mentioned in the javadoc change
> Document implicit side-effects on partial results when calling
> Scan#setBatch(int)
> ---------------------------------------------------------------------------------
>
> Key: HBASE-16376
> URL: https://issues.apache.org/jira/browse/HBASE-16376
> Project: HBase
> Issue Type: Task
> Components: API, documentation
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Minor
> Labels: beginner
> Fix For: 2.0.0, 1.3.0, 1.4.0, 1.2.3, 1.1.7
>
> Attachments: HBASE-16376.001.patch
>
>
> It was brought to my attention that the javadoc on {{Scan#setBatch(int)}}
> does not inform the user that calling this method has the implicit
> side-effect that the user may see partial {{Result}}s.
> While the side-effect isn't necessarily surprising for developers who know
> how it's implemented, but for API users, this might be a very jarring
> implication.
> We should update the documentation on {{Scan#setBatch(int)}} to inform users
> that they may see partial results if they call this method (and perhaps refer
> them to the size-based {{Scan#setMaxResultSize(long)}} too).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)