[
https://issues.apache.org/jira/browse/HBASE-17689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15886667#comment-15886667
]
Appy commented on HBASE-17689:
------------------------------
Looks like these were pushed with wrong jira id in commit message.
[~tedyu] please revert the commits and push them again with right jira id.
Also, it'd be nice to have a reason in the revert commit's description so that
someone looking at git log history knows why the revert was made.
Can be simply Revert - wrong jira id - "<old description>".
Thanks.
> 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)