LuciferYang commented on code in PR #36185:
URL: https://github.com/apache/spark/pull/36185#discussion_r850482621


##########
core/src/main/scala/org/apache/spark/scheduler/cluster/ExecutorInfo.scala:
##########
@@ -31,18 +31,28 @@ class ExecutorInfo(
     val logUrlMap: Map[String, String],
     val attributes: Map[String, String],
     val resourcesInfo: Map[String, ResourceInformation],
-    val resourceProfileId: Int) {
+    val resourceProfileId: Int,
+    val registrationTime: Option[Long],
+    val requestTime: Option[Long]) {

Review Comment:
   `val registrationTime: Option[Long] = None` and `val requestTime: 
Option[Long] = None`? 
   
   It seems that the changes of line 45, 54, 65 can be omitted
   
   



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to