[ https://issues.apache.org/jira/browse/HIVE-21822?focusedWorklogId=255244&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-255244 ]
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_r291273810 ########## File path: llap-common/src/protobuf/LlapDaemonProtocol.proto ########## @@ -223,4 +231,5 @@ service LlapDaemonProtocol { service LlapManagementProtocol { rpc getDelegationToken(GetTokenRequestProto) returns (GetTokenResponseProto); rpc purgeCache(PurgeCacheRequestProto) returns (PurgeCacheResponseProto); + rpc getLoadMetrics(GetLoadMetricsRequestProto) returns (GetLoadMetricsResponseProto); Review comment: Done ---------------------------------------------------------------- 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: 255244) Time Spent: 1h (was: 50m) > 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: 1h > 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)