-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Url Asset Ingestor tries to create folder that was created several steps ago #1583
Comments
Let me know if PR #1584 is sufficient. It does try to prevent doing duplicate work in most places, but the fact that folder creates are run in parallel does allow for some (non-fatal) race conditions to occur. This patch should minimize the effect of that. |
Hi @badvision, I would try to verify it tomorrow |
No rush. Thanks! |
Looks good, closing issue |
Let's close it when pull request will be merged |
…hey already exist (#1584) * Fix for 1583 to prevent race conditions while creating folders
Thanks @cylinder-y for verifying! 👍 |
…eate asset folders when they already exist (Adobe-Consulting-Services#1584) * Fix for 1583 to prevent race conditions while creating folders
…hey already exist (#1584) * Fix for 1583 to prevent race conditions while creating folders
Url Asset Ingestor tries to create folder that was created several steps ago
Required Information
Expected Behavior
When I have the following content in excel file used for migration:
Non-existing folders should be created once:
Actual Behavior
The following folders are generated in report:
log error example:
Steps to Reproduce
The text was updated successfully, but these errors were encountered: