Skip to content

Commit ebd786c

Browse files
committed
[SPARK-52661] Suppress pending pod log messages
1 parent c1d8af1 commit ebd786c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark-operator/src/main/java/org/apache/spark/k8s/operator/reconciler/observers/BaseAppDriverObserver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ protected Optional<ApplicationState> observeDriverTermination(
8282
if (status == null
8383
|| status.getContainerStatuses() == null
8484
|| status.getContainerStatuses().isEmpty()) {
85-
log.warn("Cannot determine driver pod status, the pod may in pending state.");
85+
log.debug("Cannot determine driver pod status, the pod may in pending state.");
8686
return Optional.empty();
8787
}
8888

0 commit comments

Comments
 (0)