]> 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, 10 Jul 2015 05:10:30 +0000 (06:10 +0100)
commitec32240f28310facae4f36ae44c87e81efd07f92
treee3defaee0ad2722d4f67143a261a71a6e886faf7
parent4d60e42eea3c4937b1656e41224b3908027af2bd
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