You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2016/02/24 13:32:18 UTC

[jira] [Updated] (HIVE-13143) LLAP: Queue counters need to handle SubmissionState.EVICTED_OTHER

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

Gopal V updated HIVE-13143:
---------------------------
    Priority: Minor  (was: Major)

> LLAP: Queue counters need to handle SubmissionState.EVICTED_OTHER
> -----------------------------------------------------------------
>
>                 Key: HIVE-13143
>                 URL: https://issues.apache.org/jira/browse/HIVE-13143
>             Project: Hive
>          Issue Type: Bug
>          Components: llap
>    Affects Versions: 2.1.0
>            Reporter: Gopal V
>            Priority: Minor
>
> {code}
> if (submissionState.equals(Scheduler.SubmissionState.REJECTED)) {
> ...
> }
> metrics.incrExecutorTotalRequestsHandled();
> metrics.incrExecutorNumQueuedRequests();
> {code}
> Means when a task evicts another task, the metrics aren't updated to indicate eviction from the wait queue - the queue counters keeps climbing without going down.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)