Gopal V created HIVE-13143:
------------------------------

             Summary: 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


{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)

Reply via email to