Roshan1299 commented on code in PR #10627:
URL: https://github.com/apache/gravitino/pull/10627#discussion_r3025873510


##########
core/src/main/java/org/apache/gravitino/job/JobManager.java:
##########
@@ -656,6 +653,9 @@ void cleanUpStagingDirs() {
                 FileUtils.deleteDirectory(jobStagingDir);
                 LOG.info("Deleted job staging directory {} for job {}", 
jobStagingPath, job.name());

Review Comment:
   Good catch, moved the log statement to after `entityStore.delete()` so it 
only logs when both operations succeed. Updated.



-- 
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]

Reply via email to