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 "Laszlo Gaal (Jira)" <ji...@apache.org> on 2021/03/29 21:03:00 UTC

[jira] [Created] (IMPALA-10618) Kudu in the minicluster fails to start in Ubuntu 20.04 container during Docker-based tests

Laszlo Gaal created IMPALA-10618:
------------------------------------

             Summary: Kudu in the minicluster fails to start in Ubuntu 20.04 container during Docker-based tests
                 Key: IMPALA-10618
                 URL: https://issues.apache.org/jira/browse/IMPALA-10618
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 4.0
            Reporter: Laszlo Gaal
            Assignee: Laszlo Gaal


While testing Impala on Ubuntu 20.04, running it inside a Ubuntu 20.04 container using the Docker-based test infrastructure (docker/test-with-docker.py), the minicluster failed to start for dataload. The failure was caused by the Kudu binaries missing a system dependency, {{libtinfo.so.5}}
These are the error messages from all the Kudu binaries:
{code}
2021-03-29 08:31:26.974100 Failed to start kudu-master. The end of the log (/home/impdev/Impala/testdata/cluster/cdh7/node-1/var/log/kudu-master.out) is:
2021-03-29 08:31:26.974874 /home/impdev/Impala/toolchain/toolchain-packages-gcc7.5.0/kudu-b5e7362e69/release/bin/kudu-master: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
2021-03-29 08:31:26.978368 Failed to start kudu-tserver. The end of the log (/home/impdev/Impala/testdata/cluster/cdh7/node-1/var/log/kudu-tserver.out) is:
2021-03-29 08:31:26.979283 /home/impdev/Impala/toolchain/toolchain-packages-gcc7.5.0/kudu-b5e7362e69/release/bin/kudu-tserver: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
2021-03-29 08:31:26.983694 Failed to start kudu-tserver. The end of the log (/home/impdev/Impala/testdata/cluster/cdh7/node-3/var/log/kudu-tserver.out) is:
2021-03-29 08:31:26.984432 /home/impdev/Impala/toolchain/toolchain-packages-gcc7.5.0/kudu-b5e7362e69/release/bin/kudu-tserver: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
2021-03-29 08:31:26.988853 Failed to start kudu-tserver. The end of the log (/home/impdev/Impala/testdata/cluster/cdh7/node-2/var/log/kudu-tserver.out) is:
2021-03-29 08:31:26.989627 /home/impdev/Impala/toolchain/toolchain-packages-gcc7.5.0/kudu-b5e7362e69/release/bin/kudu-tserver: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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