Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refine codeStyle
  • Loading branch information
suyanNone committed Jul 21, 2015
commit 27da8e7e4d76b36d38c8d01d7751bec51132bc0f
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ class DAGSchedulerSuite
runEvent(CompletionEvent(taskSets(1).tasks(0),
FetchFailed(null, firstShuffleId, -1, 0, "Fetch matadata failed"),
null, null, createFakeTaskInfo(), null))
//FetchFailed cause resubmit failed Stages.
// FetchFailed cause resubmit failed Stages.
scheduler.resubmitFailedStages()

runEvent(CompletionEvent(taskSets(1).tasks(0), Success,
Expand Down