forked from TrueCloudLab/restic
Add entry to changelog
This commit is contained in:
parent
fc5439a37a
commit
810b5ea076
1 changed files with 9 additions and 0 deletions
9
changelog/unreleased/issue-1833
Normal file
9
changelog/unreleased/issue-1833
Normal file
|
@ -0,0 +1,9 @@
|
|||
Bugfix: Fix caching files on error
|
||||
|
||||
During `check` it may happen that different threads access the same file in the
|
||||
backend, which is then downloaded into the cache only once. When that fails,
|
||||
only the thread which is responsible for downloading the file signals the
|
||||
correct error. The other threads just assume that the file has been downloaded
|
||||
successfully and then get an error when they try to access the cached file.
|
||||
|
||||
https://github.com/restic/restic/issues/1833
|
Loading…
Reference in a new issue