[
https://issues.apache.org/jira/browse/HBASE-17754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15925268#comment-15925268
]
Enis Soztutar commented on HBASE-17754:
---------------------------------------
bq. AsyncConnectionImpl::region_locator returns wrong date type, i.e.
std::shared_ptr<LocationCache>
LocationCache implements AsyncRegionLocator, and
{{AsyncConnectionImpl::region_locator()}} overrides the one from the base
class. I've tried to change the decleration to return
shared_ptr<LocationCache>, but the compiler complains (in Java this is allowed,
but not in C++?)
> [C++] RawAsyncTable
> -------------------
>
> Key: HBASE-17754
> URL: https://issues.apache.org/jira/browse/HBASE-17754
> Project: HBase
> Issue Type: Sub-task
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Attachments: hbase-17754_v0.patch, hbase-17754_v1.patch
>
>
> We need RawAsyncTable to connect {{table.h}} to the async retrying callers.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)