Skip to content

fix: implement PendingFolderCreationTracker to manage folder creation dependencies#310

Open
egalvis27 wants to merge 1 commit intomainfrom
fix/error-copying-multiple-folders
Open

fix: implement PendingFolderCreationTracker to manage folder creation dependencies#310
egalvis27 wants to merge 1 commit intomainfrom
fix/error-copying-multiple-folders

Conversation

@egalvis27
Copy link
Copy Markdown

What is Changed / Added


An issue occurs when copying multiple directories from the host system to the drive folder, causing incorrect parent/child folder hierarchy. Race conditions allow child files to be created before their parent folders exist, resulting in errors when attempting to locate the non-existent parent directory.

Solution: Added a synchronization wrapper that ensures parent folders are created before their child folders, resolving the race condition.

@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant