tgravescs commented on a change in pull request #24394: Gpu sched executor clean
URL: https://github.com/apache/spark/pull/24394#discussion_r276334971
##########
File path:
core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala
##########
@@ -185,7 +185,8 @@ class CoarseGrainedSchedulerBackend(scheduler:
TaskSchedulerImpl, val rpcEnv: Rp
override def receiveAndReply(context: RpcCallContext):
PartialFunction[Any, Unit] = {
- case RegisterExecutor(executorId, executorRef, hostname, cores, logUrls,
attributes) =>
+ case RegisterExecutor(executorId, executorRef, hostname, cores, logUrls,
+ attributes, resources) =>
Review comment:
I realize this isn't used anywhere at this point, the follow on jiras for
scheduler will use it, this seemed like a good point to split the functionality.
----------------------------------------------------------------
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]