You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Michael Brown (JIRA)" <ji...@apache.org> on 2019/02/07 21:50:00 UTC

[jira] [Resolved] (IMPALA-8171) stress test doesn't work against minicluster

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

Michael Brown resolved IMPALA-8171.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 3.2.0

> stress test doesn't work against minicluster
> --------------------------------------------
>
>                 Key: IMPALA-8171
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8171
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 3.2.0
>            Reporter: Michael Brown
>            Assignee: Michael Brown
>            Priority: Critical
>             Fix For: Impala 3.2.0
>
>
> {noformat}
>  $ tests/stress/concurrent_select.py --tpch-db tpch_parquet
> Traceback (most recent call last):
>   File "tests/stress/concurrent_select.py", line 2320, in <module>
>     main()
>   File "tests/stress/concurrent_select.py", line 2159, in main
>     if impala.find_stopped_impalads():
>   File "/home/mikeb/Impala/tests/comparison/cluster.py", line 557, in find_stopped_impalads
>     for idx, pid in enumerate(self.for_each_impalad(lambda i: i.find_pid())):
>   File "/home/mikeb/Impala/tests/comparison/cluster.py", line 611, in for_each_impalad
>     results = promise.get(maxint)
>   File "/usr/lib/python2.7/multiprocessing/pool.py", line 567, in get
>     raise self._value
> ValueError: invalid literal for int() with base 10: '48601\n48624\n'
> {noformat}
> This is due to IMPALA-7999. The refactor causes additional processes to match the process list.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)