You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Lars Volker (JIRA)" <ji...@apache.org> on 2019/07/21 23:39:00 UTC

[jira] [Resolved] (IMPALA-8461) Re-schedule queries if the executor configuration has changed while queued in AC

     [ https://issues.apache.org/jira/browse/IMPALA-8461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Volker resolved IMPALA-8461.
---------------------------------
       Resolution: Duplicate
    Fix Version/s: Impala 3.3.0

This has been folded into IMPALA-8484

> Re-schedule queries if the executor configuration has changed while queued in AC
> --------------------------------------------------------------------------------
>
>                 Key: IMPALA-8461
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8461
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Backend
>    Affects Versions: Impala 3.3.0
>            Reporter: Lars Volker
>            Assignee: Lars Volker
>            Priority: Major
>             Fix For: Impala 3.3.0
>
>
> If the executor configuration changes while a query is waiting to be admitted, we need to reschedule it. The current behavior tries to run it as is which will then fail. To achieve this, we should call Scheduler::Schedule() from the AdmissionController and then re-schedule if necessary. We need to think about ways to detect changes to the executor configuration, but a simple hash might be good enough.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)