You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2017/09/01 10:01:00 UTC

[jira] [Updated] (HBASE-17740) Correct the semantic of batch and partial for async client

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