Skip to content

Commit

Permalink
More OutputCommitCoordinator cleanup on stop()
Browse files Browse the repository at this point in the history
  • Loading branch information
mccheah committed Jan 23, 2015
1 parent 78eb1b5 commit 9c6a4fa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ private[spark] class OutputCommitCoordinator(conf: SparkConf) extends Logging {
if (!stopped) {
logWarning("Expected true from stopping output coordinator actor, but got false!")
}
authorizedCommittersByStage.foreach(_._2.clear)
authorizedCommittersByStage.clear
}

private def handleStageStart(stage: StageId): Unit = {
Expand Down

0 comments on commit 9c6a4fa

Please sign in to comment.