]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Fixes fd leak in leasedb (ticket #2015)
authorMark Berger <mark.berger.j@gmail.com>
Fri, 12 Jul 2013 15:09:04 +0000 (11:09 -0400)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 16 Oct 2015 16:58:54 +0000 (17:58 +0100)
commit4dc46228acee1b1bab3eb8e857c6ac7cab44063d
tree6842a968c09f33cdbbc40ece7ee5408f1d1d734b
parent14cd6cbf578d67da3541975147094b12460a2af9
Fixes fd leak in leasedb (ticket #2015)

Brian correctly diagnozed this issue and suggested the fix in Weekly Dev
Chat of 2013-07-09. This patch has been manually tested by Zooko using his
fdleakfinder and a unit test has been added to ensure that database connections
are properly closed. Without this patch, the 1819-cloud-merge branch uses
more than 1020 fds and will start failing on operating systems with a low fds
limit.

The portions affecting leasedb.py were written by Zooko and Daira.
src/allmydata/storage/accountant.py
src/allmydata/storage/leasedb.py
src/allmydata/test/test_leasedb.py