Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-14
Description
We should account for the degree of parallelism that the query runs with on a backend to avoid overadmitting too many parallel queries.
We could probably simply count the effective degree of parallelism (max # instances of a fragment on that backend) toward the number of slots in admission control (although slots are not enabled for the default group yet - see IMPALA-8757).
Attachments
Issue Links
- relates to
-
IMPALA-8757 Extend slot based admission to default executor group
- Open