Skip to content

Commit

Permalink
Just a hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Or committed Mar 4, 2015
1 parent 1f1fccc commit 8652120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/scala/org/apache/spark/ContextCleaner.scala
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ private[spark] class ContextCleaner(sc: SparkContext) extends Logging {
}
}
} catch {
case ie: InterruptedException if stopped => // ignore
case e: Exception => logError("Error in cleaning thread", e)
}
}
Expand Down

0 comments on commit 8652120

Please sign in to comment.