Michael Brown created IMPALA-8171:
-------------------------------------
Summary: 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
{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)