[ https://issues.apache.org/jira/browse/HIVE-13143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jesus Camacho Rodriguez updated HIVE-13143: ------------------------------------------- Target Version/s: 2.2.0 (was: 2.1.0) > 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)