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

Ted Yu commented on HBASE-18061:
--------------------------------

After resolving the above conflict, I got the following compilation errors:
{code}
core/response-converter.cc:154:55: error: no viable conversion from 
'shared_ptr<folly::exception_wrapper>' to 'shared_ptr<std::exception>'
      multi_response->AddRegionException(region_name, ew);
                                                      ^~
core/response-converter.cc:174:57: error: no viable conversion from 
'shared_ptr<folly::exception_wrapper>' to 'shared_ptr<std::exception>'
        multi_response->AddRegionException(region_name, ew);
                                                        ^~
{code}

> [C++] Fix retry logic in multi-get calls
> ----------------------------------------
>
>                 Key: HBASE-18061
>                 URL: https://issues.apache.org/jira/browse/HBASE-18061
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Enis Soztutar
>            Assignee: Sudeep Sunthankar
>             Fix For: HBASE-14850
>
>         Attachments: HBASE-18061.HBASE-14850.v1.patch, 
> HBASE-18061.HBASE-14850.v3.patch, HBASE-18061.HBASE-14850.v5.patch, 
> HBASE-18061.HBASE-14850.v6.patch, HBASE-18061.HBASE-14850.v7.patch
>
>
> HBASE-17576 adds multi-gets. There are a couple of todos to fix in the retry 
> logic, and some unit testing to be done for the multi-gets. We'll do these in 
> this issue. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to