Skip to content

0.11.9: Multiprocessing and Azure fixes

Compare
Choose a tag to compare
@fmarczin fmarczin released this 09 Jul 16:44
· 65 commits to master since this release

This fixes an issue when using multiprocessing, where simultaneous writes could lead to the
situation where both code paths first check if the directory exists and create it in the negative case. As check and creation aren't a single atomic operation, one of them might fail.

Also, MD5 check sums are now always added to stored objects.