gaborgsomogyi commented on a change in pull request #31495:
URL: https://github.com/apache/spark/pull/31495#discussion_r595205302
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/CheckpointFileManager.scala
##########
@@ -277,7 +277,6 @@ class FileSystemBasedCheckpointFileManager(path: Path,
hadoopConf: Configuration
fs.delete(path, true)
} catch {
case e: FileNotFoundException =>
- logInfo(s"Failed to delete $path as it does not exist")
Review comment:
@xuanyuanking @HeartSaVioR not sure I get the full point here. We've
removed the log which notified the user that the file was not able to remove
and now we have a new log like this:
`logTrace(s"Removed metadata log file: $path")`
The plan is that if the user sees this log then it was successful and when
nothing is in the log then it has failed?
Can you enlighten me please?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]