You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2019/07/04 09:55:19 UTC

[GitHub] [hive] asinkovits commented on a change in pull request #699: HIVE-21908: LlapDaemon node status should be reflected in the metrics

asinkovits commented on a change in pull request #699: HIVE-21908: LlapDaemon node status should be reflected in the metrics
URL: https://github.com/apache/hive/pull/699#discussion_r300324355
 
 

 ##########
 File path: llap-server/src/java/org/apache/hadoop/hive/llap/metrics/LlapDaemonExecutorInfo.java
 ##########
 @@ -64,6 +64,8 @@
   ExecutorFallOffNumCompletedFragments("Number of completed fragments w.r.t falloff values"),
   AverageQueueTime("Average queue time for tasks"),
   AverageResponseTime("Average response time for successful tasks"),
+  NumExecutorsEnabled("The number of executor threads enabled"),
+  WaitQueueSizeEnabled("Size of wait queue enabled"),
 
 Review comment:
   We already have a  ExecutorWaitQueueSize("Size of wait queue per node"),
   which is the original wait queue size. (Now it should be something like wait queue max or something)
   Should we rework the naming? 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org