Github user susanxhuynh commented on a diff in the pull request:
https://github.com/apache/spark/pull/19390#discussion_r145530482
--- Diff:
resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala
---
@@ -446,6 +456,9 @@ private[spark] class MesosCoarseGrainedSchedulerBackend(
totalGpusAcquired += taskGPUs
gpusByTaskId(taskId) = taskGPUs
}
+ } else {
+ logDebug(s"Cannot launch a task for offer with id: $offerId on
slave with id: $slaveId." +
--- End diff --
Add a space at the end of this sentence (before the next sentence).
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]