Ngone51 commented on code in PR #36716:
URL: https://github.com/apache/spark/pull/36716#discussion_r890938856
##########
core/src/main/scala/org/apache/spark/deploy/ExecutorDescription.scala:
##########
@@ -25,10 +25,13 @@ package org.apache.spark.deploy
private[deploy] class ExecutorDescription(
val appId: String,
val execId: Int,
+ val rpId: Int,
val cores: Int,
+ val memoryMb: Int,
Review Comment:
> And in master, we can only reconstruct the resource profile information in
ApplicationInfo after client send resource request RequestExecutors
Does it mean we can't launch new executors with the specific `rpId` until
the client sends the request with the corresponding resource profile? For
example, if the number of executos with the specific `rpId` hasn't reached the
targer number, it seems like we can't schedule new executors for it until we
know resource profile by `RequestExecutors`, right?
--
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]