FS/Multipart: Allow for parallel uploads of parts with same part number. (#2587)
CBL client does not close connection when the backup process is stopped, this causes read() on the stream on the server side to block and hence the lock held on the part is not released. When the backup process is restarted, we again try to lock on the part and this will block. Using a unique tmp name and not locking it fixes the problem.master
parent
3aa0574c6b
commit
a3b4199e9b
Loading…
Reference in new issue