You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2022/09/09 20:05:00 UTC

[jira] [Resolved] (IMPALA-11515) Adding --load-average to native-toolchain's Kudu compilation broke ARM jobs

     [ https://issues.apache.org/jira/browse/IMPALA-11515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe McDonnell resolved IMPALA-11515.
------------------------------------
    Fix Version/s: Impala 4.2.0
       Resolution: Fixed

> Adding --load-average to native-toolchain's Kudu compilation broke ARM jobs
> ---------------------------------------------------------------------------
>
>                 Key: IMPALA-11515
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11515
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 4.2.0
>            Reporter: Joe McDonnell
>            Assignee: Joe McDonnell
>            Priority: Major
>             Fix For: Impala 4.2.0
>
>
> In IMPALA-11370, we changed the compilation of Kudu to specify EXTRA_MAKEFLAGS="--load-average=${BUILD_THREADS}". This works fine when Kudu is compiling using Make. However, if Ninja is installed, Kudu will use it. Ninja does not support --load-average, and it will exit immediately.
> This is a problem for the ARM jobs that build native-toolchain as part of bootstrap_system.sh. bootstrap_system.sh installs ninja, so this will always fail.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)