Open
Description
Bugs
- Updater fails to complete (step Delete old files) /
Could not rmdir
#158- Only impacts certain environments.
Suspected to be same root cause:
The below are likely related to #158 (which can be confirmed once a solution is developed).
core/shipped.json
disappearing from prior updates leading to failures on the next update- Other previously mysterious
deleteOldFiles()
situations - Likely some of the previously mysterious
createBackup()
situations
Fixes/PRs:
- Prevent directory modifications when iterating #515 targeting Updater fails to complete (step Delete old files) /
Could not rmdir
#158- Note: reverted in Revert "Prevent directory modifications when iterating" #518 due to Out of memory with new directory iterator code #517
- a new solution is required 😞
Enhancements
- Updater recurses into datadirectory even though it's later excluded in
createBackup()
#507 - Updater's should stop iterating through ALL files in
deleteOldFiles()
#397
The above are performance matters that impact all environments. The solution required for both of the above will in all likelihood be the same.
Fixes/PRs:
- Improve iterators #516 (WIP/draft)
Activity