Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-33874][K8S][FOLLOWUP] Handle long lived sidecars - clean up lo…
…gging ### What changes were proposed in this pull request? Switch log level from warn to debug when the spark container is not present in the pod's container statuses. ### Why are the changes needed? There are many non-critical situations where the Spark container may not be present, and the warning log level is too high. ### Does this PR introduce _any_ user-facing change? Log message change. ### How was this patch tested? N/A Closes apache#31047 from holdenk/SPARK-33874-follow-up. Authored-by: Holden Karau <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information