From 0d5123633d8a9da1670b7b348d4c5def133d9d45 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 11 Sep 2014 13:53:26 -0400 Subject: Fix transfer lock file FD leak that could occur when two separate git-annex processes were both working to perform the same set of transfers. --- doc/bugs/too_many_open_files_on_OSX.mdwn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/bugs/too_many_open_files_on_OSX.mdwn') diff --git a/doc/bugs/too_many_open_files_on_OSX.mdwn b/doc/bugs/too_many_open_files_on_OSX.mdwn index d30870a3b..2ca89fcf0 100644 --- a/doc/bugs/too_many_open_files_on_OSX.mdwn +++ b/doc/bugs/too_many_open_files_on_OSX.mdwn @@ -36,3 +36,7 @@ lsof -p .../.git/annex/ssh/myserver.lock .../.git/annex/transfer/upload/b4d67c4f-8cca-423c-9363-f3063b7fe3e4/lck.SHA256E-s10448418--4f61fab4... ~200 different files. """]] + +> Thanks for a very clear bug report! Was easy from that to find +> where the lock file was not being closed in this situation. +> [[fixed|done]] --[[Joey]] -- cgit v1.2.3