Michael Brown created IMPALA-6738:
-------------------------------------
Summary: further refactor how concurrent_select's args get plumbed
through
Key: IMPALA-6738
URL: https://issues.apache.org/jira/browse/IMPALA-6738
Project: IMPALA
Issue Type: Task
Components: Infrastructure
Affects Versions: Impala 2.12.0
Reporter: Michael Brown
The stress test has many commandline arguments, and many of them need to be
plumbed through to different parts of the code, including running the binary
search and running the stress test proper. It's getting messy to deal with all
these, so we need a saner way to do this. I'm working on a patch that should
start this, but the patch won't complete the effort.
Some places this is gross:
{noformat}
populate_runtime_info()
load_random_queries_and_populate_runtime_info()
populate_runtime_info_for_random_queries()
populate_all_queries()
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)