Bikramjeet Vig created IMPALA-8791:
--------------------------------------
Summary: Handle the case where there is no fragment scheduled on
the coordinator for a query
Key: IMPALA-8791
URL: https://issues.apache.org/jira/browse/IMPALA-8791
Project: IMPALA
Issue Type: Bug
Affects Versions: Product Backlog
Reporter: Bikramjeet Vig
Assignee: Bikramjeet Vig
For insert statements executed on a dedicated coord, the fragments get schduled
only on executors but a query state object still gets started up on the coord
host with the coord_mem_limit. we end up with a situation where the mem
admitted is zero for the coord but the mem_reserved is non-zero which would
affect other admission decisions.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)