From 4a0c7e2b2c61b8b9325e18b0f1affa1a3d876c8c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Aug 2024 13:41:47 -0400 Subject: [PATCH] update --- doc/todo/git-annex_proxies.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/todo/git-annex_proxies.mdwn b/doc/todo/git-annex_proxies.mdwn index 6db1b549d4..fd55c01152 100644 --- a/doc/todo/git-annex_proxies.mdwn +++ b/doc/todo/git-annex_proxies.mdwn @@ -36,6 +36,14 @@ Planned schedule of work: database is older than the current git-annex branch. Diff from old to new branch to efficiently update. + Note ideas in above todo about doing this at git-annex branch merge + time to reuse the git diff done there. + + * What if 2 concurrent threads are considering sending two different + keys to a repo at the same time. It can hold either but not both. + It should avoid sending both in this situation. (Also discussed in + above todo) + * `fullybalanced=foo:2` can get stuck in suboptimal situations. Eg, when 2 out of 3 repositories are full, and the 3rd is mostly empty, it is no longer possible to add new files to 2 repositories. -- 2.30.2