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

Ted Yu commented on HBASE-18713:
--------------------------------

Updated to commit 21c08df9079b8cc9dd1c8c2208a7604fc12fca12 .
Following the commands given above, I still got:
{code}
In file included from ./folly/Range.h:33:0,
                 from ./folly/Conv.h:29,
                 from ./folly/String.h:36,
                 from ./folly/ExceptionWrapper.h:22,
                 from include/hbase/connection/rpc-client.h:23,
                 from src/hbase/connection/rpc-client.cc:20:
src/hbase/connection/rpc-client.cc: In member function 
'folly::Future<std::unique_ptr<hbase::Response> > 
hbase::RpcClient::SendRequest(std::shared_ptr<hbase::ConnectionId>, 
std::unique_ptr<hbase::Request>)':
src/hbase/connection/rpc-client.cc:95:21: error: 'class 
folly::exception_wrapper' has no member named 'get_exception'
{code}

> Fix build through make command
> ------------------------------
>
>                 Key: HBASE-18713
>                 URL: https://issues.apache.org/jira/browse/HBASE-18713
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Ted Yu
>
> make all' resulted in build error using docker VM in HBASE-14850 branch:
> {code}
> connection/rpc-client.cc: In member function 
> 'folly::Future<std::unique_ptr<hbase::Response> > 
> hbase::RpcClient::SendRequest(std::shared_ptr<hbase::ConnectionId>, 
> std::unique_ptr<hbase::Request>)':
> connection/rpc-client.cc:95:21: error: 'class folly::exception_wrapper' has 
> no member named 'get_exception'
>      CHECK(e.cause().get_exception() != nullptr);
>                      ^
> {code}



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

Reply via email to