Skip to content
Closed
Prev Previous commit
Next Next commit
Fix test failures
  • Loading branch information
Sital Kedia committed Jun 13, 2017
commit 705a5aaa48d109ced7dd889940f4e70a8796a39a
Original file line number Diff line number Diff line change
Expand Up @@ -1377,8 +1377,7 @@ class DAGScheduler(
execId: String,
fileLost: Boolean) {
removeExecutorAndUnregisterOutputOnExecutor(execId,
// There will not be any file loss if external shuffle service is enabled
fileLost && !env.blockManager.externalShuffleServiceEnabled, None)
fileLost || !env.blockManager.externalShuffleServiceEnabled, None)
}


Expand Down