Quanlong Huang created IMPALA-11100:
---------------------------------------
Summary: Impala can't start when built with -so option after we
bump boost version to 1.74
Key: IMPALA-11100
URL: https://issues.apache.org/jira/browse/IMPALA-11100
Project: IMPALA
Issue Type: Bug
Components: Backend
Reporter: Quanlong Huang
After we bump boost version from 1.61.0 to 1.74.0, Impala can't start when
built with -so option. E.g. the error in logs/cluster/statestore-out.log shows
{code:java}
/home/quanlong/workspace/Impala/be/build/latest/service/statestored: symbol
lookup error: /home/quanlong/workspace/Impala/be/build/debug/util/libUtil.so:
undefined symbol:
_ZN5boost10filesystem6detail6statusERKNS0_4pathEPNS_6system10error_codeE{code}
The last two commits are
{code:java}
bf72851 IMPALA-11005 (part 2): Upgrade Boost library to 1.74.0 for Impala
b3dfc8f IMPALA-11004 (part 2): Upgrade glog library for Impala {code}
If I reset HEAD to b3dfc8f, everything backs to normal.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)