We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a7d7f commit 72bb484Copy full SHA for 72bb484
core/src/main/scala/org/apache/spark/SparkEnv.scala
@@ -107,9 +107,8 @@ class SparkEnv (
107
outputCommitCoordinator.stop()
108
rpcEnv.shutdown()
109
} catch {
110
- case e: ServerStateException =>
111
- logInfo("Exception while SparkEnv stop", e)
112
case NonFatal(e) =>
+ logInfo("Exception while SparkEnv stop", e)
113
throw e;
114
}
115
0 commit comments