You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Appy (JIRA)" <ji...@apache.org> on 2017/02/27 23:05:45 UTC

[jira] [Comment Edited] (HBASE-17689) Add support for table.existsAll in thrift2 THBaseservice

    [ https://issues.apache.org/jira/browse/HBASE-17689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15886714#comment-15886714 ] 

Appy edited comment on HBASE-17689 at 2/27/17 11:05 PM:
--------------------------------------------------------

Thanks [~tedyu].
Btw, [~chenyechao], please refer to [submitting patches|http://hbase.apache.org/book.html#submitting.patches] section in the hbase book.
If you follow that process,  it'll upload formatted patch which when committed will make sure that you are listed as author of the commit. Right now it's Ted as author.
{noformat}
commit eabfa39b27b2198835a2bef2f98ee7fcc29b0538
Author: tedyu <yu...@gmail.com>
Date:   Mon Feb 27 14:40:10 2017 -0800

    HBASE-17689 Add support for table.existsAll in thrift2 THBaseservice (Yechao Chen)
{noformat}

Usually committers make sure to set proper author, but it's possible to forget sometimes.


was (Author: appy):
Thanks [~tedyu].
Btw, [~chenyechao], please refer to [submitting patches|http://hbase.apache.org/book.html#submitting.patches] section in the hbase book.
If you follow that process,  it'll upload formatted patch which when committed will make sure that you are listed as author of the commit.
{noformat}
commit eabfa39b27b2198835a2bef2f98ee7fcc29b0538
Author: tedyu <yu...@gmail.com>
Date:   Mon Feb 27 14:40:10 2017 -0800

    HBASE-17689 Add support for table.existsAll in thrift2 THBaseservice (Yechao Chen)
{noformat}

Usually committers make sure to set proper author, but it's possible to forget sometimes.

> Add support for table.existsAll in thrift2 THBaseservice
> --------------------------------------------------------
>
>                 Key: HBASE-17689
>                 URL: https://issues.apache.org/jira/browse/HBASE-17689
>             Project: HBase
>          Issue Type: Improvement
>          Components: Thrift
>            Reporter: Yechao Chen
>            Assignee: Yechao Chen
>              Labels: thrift2
>             Fix For: 1.4.0, 2.0
>
>         Attachments: HBASE-17689.patch
>
>
> hbase thrift2  support  existsAll(List<Get> gets) throws IOException;
> hbase.thrift add a method to service THBaseService like this
> list<bool> existsAll(
>       1: required binary table,
>       2: required list<TGet> tgets
>     ) throws (1:TIOError io)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)