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


##########
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:
   Need to move this down to after the  entityStore.delete



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