From aebd24e41450df05db16db035a28e9d2e55793b8 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Wed, 15 Sep 2021 21:56:45 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/issue-2452 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog/unreleased/issue-2452 diff --git a/changelog/unreleased/issue-2452 b/changelog/unreleased/issue-2452 new file mode 100644 index 000000000..3a82e9b1b --- /dev/null +++ b/changelog/unreleased/issue-2452 @@ -0,0 +1,11 @@ +Bugfix: Improve error handling of repository locking + +When the lock refresh failed to delete the old lock file, it forgot about the +newly created one. Instead it continued trying to delete the old (usually no +longer existing) lock file and thus over time lots of lock files accumulated. +This has been fixed. + +https://github.com/restic/restic/issues/2452 +https://github.com/restic/restic/issues/2473 +https://github.com/restic/restic/issues/2562 +https://github.com/restic/restic/pull/3512