Files
impala/tests/custom_cluster/test_executor_groups.py
Riza Suminto 1eb6ed6f29 IMPALA-12023: Skip resource checking on last executor group set
This patch adds flag skip_resource_checking_on_last_executor_group_set.
If this backend flag is set to true, memory and cpu resource checking
will be skipped when a query is being planned against the last (largest)
executor group set. Setting true will ensure that query will always get
admitted into the last executor group set if it does not fit in any
other group set.

Testing
- Tune test_query_cpu_count_divisor_fraction to run two test case:
  cpu within limit, and cpu outside limit.
- Add test_no_skip_resource_checking

Change-Id: I5848e4f67939d3dd2fb105c1ae4ca8e15f2e556f
Reviewed-on: http://gerrit.cloudera.org:8080/19649
Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Reviewed-by: Wenzhe Zhou <wzhou@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
2023-03-24 08:32:14 +00:00

49 KiB