[
https://issues.apache.org/jira/browse/IMPALA-6738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Armstrong resolved IMPALA-6738.
-----------------------------------
Resolution: Fixed
> 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
> Priority: Major
>
> 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
(v8.3.4#803005)