dongjoon-hyun commented on code in PR #111:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/111#discussion_r1732321226


##########
spark-operator/src/main/java/org/apache/spark/k8s/operator/reconciler/SparkAppResourceSpecFactory.java:
##########
@@ -113,7 +113,7 @@ private static void deleteLocalFileFromPathKey(
         log.warn("Local temp file not found at {}", pathKey);
       }
     } catch (Throwable t) {
-      log.error("Failed to delete temp file. Attempting delete upon exit.", t);
+      log.warn("Failed to delete temp file. Attempting delete upon exit.", t);

Review Comment:
   We can lower the log level in this case.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to