You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are observing that that when building ClickHouse from source on our internal CI infrastructure from v23.3 branch - it's failing ASAN build with CMAKE_BUILD_TYPE=RelWithDebInfo (passes with CMAKE_BUILD_TYPE=Debug). I'm not exactly sure what is different with our environment that it doesn't fail on the upstream 23.3 branch of the official ClickHouse repo itself :)
Reverting this particular change https://github.com/ClickHouse/ClickHouse/pull/48556- which has also been ported to the latest v23.3.x-lts versions seems to resolve this issue and makes the ASAN build pass again.
Timeline: We didn't observe this on v23.3.1.2823-lts (but only after that).
Which ClickHouse server version to use:
Can try v23.3.8.21-lts / latest 23.3 branch with clang-15 (also reproduces with clang-16).
Hardware
On CI we build it on a Debian based linux with 120Gi Memory and 32CPUs (bumped from an initial 60Gi memory and 16cpus) on dev (where I reproduced), Debian Linux with 32Gi Memory and 32CPUs.
I tired the following:
Changed built type to Debug from RelWithDebInfo [worked]
Tried adjusting number of parallel compile jobs and linker jobs (did not make a difference) using -DPARALLEL_COMPILE_JOBS & -DPARALLEL_LINK_JOBS but did not make a difference.
Expected behavior
I would expect the ASAN build to pass under RelDebInfo build type.
Additional context
Reverting this change seems to make the error go away: https://github.com/ClickHouse/ClickHouse/pull/48556
I'm unable to confirm exactly what in that PR is causing the ASAN build to fail for us.
Do let me know if you need any other information. Thank you in advance!
The text was updated successfully, but these errors were encountered:
Describe the unexpected behaviour
We are observing that that when building ClickHouse from source on our internal CI infrastructure from v23.3 branch - it's failing ASAN build with
CMAKE_BUILD_TYPE=RelWithDebInfo
(passes withCMAKE_BUILD_TYPE=Debug
). I'm not exactly sure what is different with our environment that it doesn't fail on the upstream 23.3 branch of the official ClickHouse repo itself :)Reverting this particular change
https://github.com/ClickHouse/ClickHouse/pull/48556
- which has also been ported to the latest v23.3.x-lts versions seems to resolve this issue and makes the ASAN build pass again.Timeline: We didn't observe this on
v23.3.1.2823-lts
(but only after that).Error from CI is:
How to reproduce
I reproduced on dev locally with:
Which ClickHouse server version to use:
Can try
v23.3.8.21-lts
/ latest 23.3 branch withclang-15
(also reproduces withclang-16
).Hardware
On CI we build it on a Debian based linux with
120Gi
Memory and32CPUs
(bumped from an initial 60Gi memory and 16cpus) on dev (where I reproduced), Debian Linux with32Gi
Memory and32CPUs
.I tired the following:
-DPARALLEL_COMPILE_JOBS
&-DPARALLEL_LINK_JOBS
but did not make a difference.Expected behavior
I would expect the ASAN build to pass under RelDebInfo build type.
Additional context
Reverting this change seems to make the error go away:
https://github.com/ClickHouse/ClickHouse/pull/48556
I'm unable to confirm exactly what in that PR is causing the ASAN build to fail for us.
Do let me know if you need any other information. Thank you in advance!
The text was updated successfully, but these errors were encountered: