You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/11/12 18:08:00 UTC

[jira] [Commented] (IMPALA-2846) impala-cdh5-integration: impalad failed to start: terminate called after throwing an instance of 'boost::filesystem::filesystem_error'

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

ASF subversion and git services commented on IMPALA-2846:
---------------------------------------------------------

Commit bf728516fe8b6f85b557db1aea7fa215f609a08f in impala's branch refs/heads/master from wzhou-code
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=bf72851 ]

IMPALA-11005 (part 2): Upgrade Boost library to 1.74.0 for Impala

There are some header files deprecated in the new version of Boost
library. Need to define BOOST_ALLOW_DEPRECATED_HEADERS in
CMakeLists.txt to avoid compiling errors. Also define
BOOST_BIND_GLOBAL_PLACEHOLDERS to keep current behaviour of boost::bind
and avoid big code changes.

Define exception handler for a new boost::throw_exception() API since
BOOST_NO_EXCEPTIONS is defined in be/CMakeLists.txt and we have to
provide handlers which will be called by codegen'd code.

Revert the code change made by IMPALA-2846 and IMPALA-9571 since the
bug was fixed in Boost 1.74.0.

Testing:
 - Passed core DEBUG build and exhaustive release build.
 - Passed core ASAN build.

Change-Id: I78f32ae3c274274325e7af9e9bc9643814ae346a
Reviewed-on: http://gerrit.cloudera.org:8080/17996
Tested-by: Impala Public Jenkins <im...@cloudera.com>
Reviewed-by: Wenzhe Zhou <wz...@cloudera.com>


> impala-cdh5-integration: impalad failed to start: terminate called after throwing an instance of 'boost::filesystem::filesystem_error'
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-2846
>                 URL: https://issues.apache.org/jira/browse/IMPALA-2846
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.5.0
>            Reporter: Daniel Hecht
>            Assignee: Michael Ho
>            Priority: Critical
>              Labels: broken-build
>             Fix For: Impala 2.5.0
>
>
> In this build: http://sandbox.jenkins.cloudera.com/view/Impala/view/Nightly-Builds/job/impala-cdh5-integration/327
> the impalad cluster failed to start up. Looking in impalad_node2.ERROR:
> {code}
> 16/01/13 07:02:01 INFO zookeeper.ClientCnxn: Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x1523b74c6a80012, negotiated timeout = 90000
> Picked up JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,address=30002,server=y,suspend=n
> terminate called after throwing an instance of 'boost::filesystem::filesystem_error'
>   what():  boost::filesystem::directory_iterator::construct: No such file or directory: "/tmp/impala-scratch"
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org