mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
With this fix, coordinator only queries are submitted to a pseudo executor group named "empty group (using coordinator only)" which is empty. This allows running coordinator only queries regardless of the presence of any healthy executor groups. Testing: Added a custom cluster test and modified tests that relied on coordinator only queries to be queued in absence of executor groups. Change-Id: I8fe098032744aa20bbbe4faddfc67e7a46ce03d5 Reviewed-on: http://gerrit.cloudera.org:8080/14183 Reviewed-by: Bikramjeet Vig <bikramjeet.vig@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>