[ 
https://issues.apache.org/jira/browse/HIVE-21822?focusedWorklogId=255243&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-255243
 ]

ASF GitHub Bot logged work on HIVE-21822:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Jun/19 16:43
            Start Date: 06/Jun/19 16:43
    Worklog Time Spent: 10m 
      Work Description: pvary commented on pull request #657: HIVE-21822: 
Expose LlapDaemon metrics through a new API method
URL: https://github.com/apache/hive/pull/657#discussion_r291273750
 
 

 ##########
 File path: llap-common/src/protobuf/LlapDaemonProtocol.proto
 ##########
 @@ -211,6 +211,14 @@ message PurgeCacheResponseProto {
   optional int64 purged_memory_bytes = 1;
 }
 
+message GetLoadMetricsRequestProto {
+}
+
+message GetLoadMetricsResponseProto {
+  optional int64 num_executors_available = 1;
 
 Review comment:
   Used a map like sturcutre since the map is not available for 2.5.0 protobuf 
we are using
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 255243)
    Time Spent: 50m  (was: 40m)

> Expose LlapDaemon metrics through a new API method
> --------------------------------------------------
>
>                 Key: HIVE-21822
>                 URL: https://issues.apache.org/jira/browse/HIVE-21822
>             Project: Hive
>          Issue Type: Sub-task
>          Components: llap
>            Reporter: Peter Vary
>            Assignee: Peter Vary
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-21822.2.patch, HIVE-21822.3.patch, HIVE-21822.patch
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> We should add a new API method to access specific LlapDaemon metrics which 
> would provide information to TezAMs to make good decisions on load balancing 
> tasks



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to