[ https://issues.apache.org/jira/browse/HIVE-21912?focusedWorklogId=271783&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-271783 ]
ASF GitHub Bot logged work on HIVE-21912: ----------------------------------------- Author: ASF GitHub Bot Created on: 03/Jul/19 17:45 Start Date: 03/Jul/19 17:45 Worklog Time Spent: 10m Work Description: odraese commented on pull request #698: HIVE-21912: Implement DisablingDaemonStatisticsHandler URL: https://github.com/apache/hive/pull/698#discussion_r300020689 ########## File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java ########## @@ -4358,6 +4358,40 @@ private static void populateLlapDaemonVarsSet(Set<String> llapDaemonVarsSetLocal "The listener which is called when new Llap Daemon statistics is received on AM side.\n" + "The listener should implement the " + "org.apache.hadoop.hive.llap.tezplugins.metrics.LlapMetricsListener interface."), + LLAP_TASK_SCHEDULER_BLACKLISTING_METRICS_LISTENER_MIN_SERVED_TASKS( + "hive.llap.task.scheduler.blacklisting.metrics.listener.min.served.tasks", 2000, Review comment: Just as a general comment/observation: I have the feeling that our parm names are getting longer and longer, telling complete stories. You essentially can only copy/paste them into config files - there is no way that you remember these. We should try to keep these shorter! ---------------------------------------------------------------- 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: 271783) Time Spent: 2h 50m (was: 2h 40m) > Implement BlacklistingLlapMetricsListener > ----------------------------------------- > > Key: HIVE-21912 > URL: https://issues.apache.org/jira/browse/HIVE-21912 > Project: Hive > Issue Type: Sub-task > Components: llap, Tez > Reporter: Peter Vary > Assignee: Peter Vary > Priority: Major > Labels: pull-request-available > Attachments: HIVE-21912.patch, HIVE-21912.wip-2.patch, > HIVE-21912.wip.patch > > Time Spent: 2h 50m > Remaining Estimate: 0h > > We should implement a DaemonStatisticsHandler which: > * If a node average response time is bigger than 150% (configurable) of the > other nodes > * If the other nodes has enough empty executors to handle the requests > Then disables the limping node. -- This message was sent by Atlassian JIRA (v7.6.3#76005)