Skip to content

Commit

Permalink
[core] Sync deleteFiles in OrphanFilesClean
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Apr 8, 2024
1 parent f3f7008 commit 78bc72d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ private List<Path> filterAndCleanDataDirs(
.forEach(
p -> {
deleteFileOrDirQuietly(p);
synchronized (this) {
synchronized (deleteFiles) {
deleteFiles.add(p);
deletedFilesNum++;
}
Expand Down

0 comments on commit 78bc72d

Please sign in to comment.