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 "Daniel Becker (Jira)" <ji...@apache.org> on 2022/04/13 11:58:00 UTC

[jira] [Commented] (IMPALA-11242) Impala cluster doesn't start when building with debug_noopt

    [ https://issues.apache.org/jira/browse/IMPALA-11242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17521643#comment-17521643 ] 

Daniel Becker commented on IMPALA-11242:
----------------------------------------

Adding the 'debug_noopt' option in 'tests/common/environ.py' solves the problem.

https://gerrit.cloudera.org/#/c/18412/

> Impala cluster doesn't start when building with debug_noopt
> -----------------------------------------------------------
>
>                 Key: IMPALA-11242
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11242
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>            Reporter: Daniel Becker
>            Assignee: Daniel Becker
>            Priority: Major
>
> After building Impala with  buildall.sh using the -debug_noopt option, the Impala cluster cannot be started:
>  
> {code:java}
> ./buildall.sh -debug_noopt
> [...]
> bin/start-impala-cluster.py 
> Traceback (most recent call last):
>   File "bin/start-impala-cluster.py", line 166, in <module>
>     KUDU_RPC_TIMEOUT = build_flavor_timeout(0, slow_build_timeout=60000)
>   File "/home/danielbecker/Impala/tests/common/environ.py", line 416, in build_flavor_timeout
>     cluster_properties = ImpalaTestClusterProperties.get_instance()
>   File "/home/danielbecker/Impala/tests/common/environ.py", line 254, in get_instance
> ImpalaTestClusterFlagsDetector.detect_using_build_root_or_web_ui(IMPALA_HOME)
>   File "/home/danielbecker/Impala/tests/common/environ.py", line 175, in detect_using_build_root_or_web_ui
>     ImpalaTestClusterFlagsDetector.validate_build_flags(build_type, library_link_type)
>   File "/home/danielbecker/Impala/tests/common/environ.py", line 196, in validate_build_flags
>     raise Exception("Unknown build type {0}".format(build_type))
> Exception: Unknown build type debug_noopt
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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