Github user skonto commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19390#discussion_r145643615
  
    --- 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 --
    
    sure.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to