Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-13155

LLAP: JMX Metrics is not always published in the JSON interface

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.1.0
    • None
    • llap
    • None

    Description

      Occasionally, the JMX metrics for LlapDaemonExecutorMetrics returns without the Queue information.

      {
          "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"
        },
      

      And is missing usual information like

          "ExecutorTotalRequestsHandled" : 514083,
          "ExecutorNumQueuedRequests" : 189467,
          "ExecutorTotalSuccess" : 323011,
          "ExecutorTotalExecutionFailure" : 16,
          "ExecutorTotalInterrupted" : 1483,
          "PreemptionTimeLost" : 1208279
      

      Attachments

        Activity

          People

            gopalv Gopal Vijayaraghavan
            gopalv Gopal Vijayaraghavan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: