From 8991c75d0403b2ddd92ecdebe1f509e8786d4959 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 15 Aug 2025 18:11:19 -0400 Subject: [PATCH] bug --- ...rrent_downloading_torrent_file_is_not_concurrency_safe.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/bugs/bittorrent_downloading_torrent_file_is_not_concurrency_safe.mdwn diff --git a/doc/bugs/bittorrent_downloading_torrent_file_is_not_concurrency_safe.mdwn b/doc/bugs/bittorrent_downloading_torrent_file_is_not_concurrency_safe.mdwn new file mode 100644 index 0000000000..05b21109ac --- /dev/null +++ b/doc/bugs/bittorrent_downloading_torrent_file_is_not_concurrency_safe.mdwn @@ -0,0 +1,3 @@ +`git-annex get -J10` of a bunch of files that were all addurled from the +same torrent will fail. It uses the same temp file for the torrent file +that each thread tries to download, resulting in "file does not exist" errors. --[[Joey]] -- 2.30.2