[ 
https://issues.apache.org/jira/browse/HIVE-13155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15942061#comment-15942061
 ] 

Pengcheng Xiong commented on HIVE-13155:
----------------------------------------

Hello, I am deferring this to Hive 3.0 as we are going to cut the first RC and 
it is not marked as blocker. Please feel free to commit to the branch if this 
can be resolved before the release.

> LLAP: JMX Metrics is not always published in the JSON interface
> ---------------------------------------------------------------
>
>                 Key: HIVE-13155
>                 URL: https://issues.apache.org/jira/browse/HIVE-13155
>             Project: Hive
>          Issue Type: Bug
>          Components: llap
>    Affects Versions: 2.1.0
>            Reporter: Gopal V
>            Assignee: Gopal V
>            Priority: Minor
>
> Occasionally, the JMX metrics for LlapDaemonExecutorMetrics returns without 
> the Queue information.
> {code}
> {
>     "name" : "Hadoop:service=LlapDaemon,name=LlapDaemonExecutorMetrics-cn107",
>     "modelerType" : "LlapDaemonExecutorMetrics-cn107",
>     "tag.Context" : "llap",
>     "tag.ProcessName" : "LlapDaemon",
>     "tag.SessionId" : "44f4e76a-5ad6-4c17-9ed9-5dcec9bf9a64",
>     "tag.Hostname" : "cn107-10.l42scl.hortonworks.com"
>   },
> {code}
> And is missing usual information like
> {code}
>     "ExecutorTotalRequestsHandled" : 514083,
>     "ExecutorNumQueuedRequests" : 189467,
>     "ExecutorTotalSuccess" : 323011,
>     "ExecutorTotalExecutionFailure" : 16,
>     "ExecutorTotalInterrupted" : 1483,
>     "PreemptionTimeLost" : 1208279
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to