You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "guanyun (Jira)" <ji...@apache.org> on 2019/12/08 13:35:03 UTC

[jira] [Created] (HBASE-23520) CLONE - Fix build through make command

guanyun created HBASE-23520:
-------------------------------

             Summary: CLONE - Fix build through make command
                 Key: HBASE-23520
                 URL: https://issues.apache.org/jira/browse/HBASE-23520
             Project: HBase
          Issue Type: Sub-task
            Reporter: guanyun


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
(v8.3.4#803005)