Skip to content

Commit

Permalink
Update MesosCoarseGrainedSchedulerBackend.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Mar 2, 2020
1 parent 082f590 commit 84f5105
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -637,7 +637,7 @@ private[spark] class MesosCoarseGrainedSchedulerBackend(
if (state.equals(TaskState.RUNNING) &&
shuffleServiceEnabled &&
!slave.shuffleRegistered) {
assert(mesosExternalShuffleClient.isDefined,
assume(mesosExternalShuffleClient.isDefined,
"External shuffle client was not instantiated even though shuffle service is enabled.")
// TODO: Remove this and allow the MesosExternalShuffleService to detect
// framework termination when new Mesos Framework HTTP API is available.
Expand Down

0 comments on commit 84f5105

Please sign in to comment.