Skip to content

Commit 1c64c6c

Browse files
author
Jim Kleckner
committed
One more review change
1 parent f01b3d3 commit 1c64c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/LoggingPodStatusWatcher.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private[k8s] class LoggingPodStatusWatcherImpl(
9292

9393
override def onClose(e: KubernetesClientException): Unit = {
9494
logDebug(s"Stopping watching application $appId with last-observed phase $phase")
95-
if (e != null && e.getCode==HTTP_GONE) {
95+
if (e != null && e.getCode == HTTP_GONE) {
9696
resourceTooOldReceived = true
9797
logDebug(s"Got HTTP Gone code, resource version changed in k8s api: $e")
9898
} else {

0 commit comments

Comments
 (0)