attilapiros commented on a change in pull request #22290: [SPARK-25285][CORE] 
Add startedTasks and finishedTasks to the metrics system in the executor 
instance
URL: https://github.com/apache/spark/pull/22290#discussion_r273563898
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/executor/ExecutorSource.scala
 ##########
 @@ -56,6 +56,11 @@ class ExecutorSource(threadPool: ThreadPoolExecutor, 
executorId: String) extends
     override def getValue: Long = threadPool.getCompletedTaskCount()
   })
 
+  // Gauge for executor, number of threads started
 
 Review comment:
   Nit: "number of threads started" => "number of tasks started"

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to