[
https://issues.apache.org/jira/browse/HBASE-17740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang updated HBASE-17740:
------------------------------
Release Note:
Now async client has the same semantic with sync client for batch and partial.
'''
Now setBatch doesn't mean setAllowPartialResult(true)
If user setBatch(5) and rpc returns 3+5+5+5+3 cells, we should return 5+5+5+5+1
to user.
'''
Also a minor API change:
Result#createCompleteResult(List<Result>) is changed to
Result#createCompleteResult(Iterable<Result>).
> Correct the semantic of batch and partial for async client
> ----------------------------------------------------------
>
> Key: HBASE-17740
> URL: https://issues.apache.org/jira/browse/HBASE-17740
> Project: HBase
> Issue Type: Sub-task
> Components: asyncclient, Client, scan
> Affects Versions: 2.0.0
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Critical
> Fix For: 2.0.0
>
> Attachments: HBASE-17740.patch, HBASE-17740-v1.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)