Skip to content

Commit

Permalink
Fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Sital Kedia committed Mar 17, 2017
1 parent d4979e3 commit 8787db1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1371,8 +1371,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

0 comments on commit 8787db1

Please sign in to comment.