Skip to content
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

Additional Installer Fix for Azure #2793

Merged
merged 1 commit into from
May 15, 2019
Merged

Additional Installer Fix for Azure #2793

merged 1 commit into from
May 15, 2019

Conversation

mitchelsellers
Copy link
Contributor

This is an additional fix for #2766

Upon further testing, thanks to @meetmandeep, it has been determined that the locking behavior was actually introduced by the codes prior attempts to delete the file, and then immediately write it. This is due to the file structures used in azure.

Given that the code that copies files in other locations are using overwrite options, which are safe, and supported, I removed the "Delete" call from the method. This has been tested already in Azure and has reliability resolved the issues.

@mitchelsellers mitchelsellers added this to the 9.4.0 milestone May 15, 2019
@bdukes bdukes merged commit 6d152e6 into dnnsoftware:development May 15, 2019
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.

3 participants