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 2020/12/23 23:13:00 UTC

[jira] [Resolved] (IMPALA-6962) Cluster test API unable to (re)start processes

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

Joe McDonnell resolved IMPALA-6962.
-----------------------------------
    Fix Version/s: Impala 3.0
       Resolution: Fixed

> Cluster test API unable to (re)start processes
> ----------------------------------------------
>
>                 Key: IMPALA-6962
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6962
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Product Backlog
>            Reporter: Vuk Ercegovac
>            Priority: Major
>             Fix For: Impala 3.0
>
>
> The API's to control cluster processes (tests/common/impala_cluster.py) do not start processes correctly. When Process::start() is called from pytests, the process dies immediately. For example:
> {noformat}
> ...
> self.cluster.catalogd.start()
> ...{noformat}
> Results in catalogd exiting with the following, indicating the env for Java is not as expected:
> {noformat}
> I0502 14:50:05.983942 26535 status.cc:125] Failed to find JniUtil class. 
>     @    0x17600bd impala::Status::Status() 
>     @ 0x1bda29a impala::JniUtil::Init() 
>     @ 0x1759478 impala::InitCommonRuntime() 
>     @ 0x1702da5 CatalogdMain() 
>     @ 0x17028ef main 
>     @ 0x7f503f139830 __libc_start_main 
>     @ 0x1702739 _start
> {noformat}
> Making this easier will make it easier to test more scenarios that restart processes.
> Note that starting statestored works fine (no Java).



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