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

Michael Brown commented on IMPALA-8171:
---------------------------------------

There's an easy one line fix to unblock this but I want to add an infra test as 
well.

> 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
>
> {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)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to