[Buildbot-commits] [Buildbot] #1745: gitpoller fails with exceptions.OSError: [Errno 24] Too many open files
Buildbot
nobody at buildbot.net
Fri Dec 31 16:34:56 UTC 2010
#1745: gitpoller fails with exceptions.OSError: [Errno 24] Too many open files
---------------------+--------------------
Reporter: matisse | Owner:
Type: defect | Status: new
Priority: critical | Milestone: 0.8.4
Version: 0.8.3 | Resolution:
Keywords: |
---------------------+--------------------
Comment (by dustin):
gitpoller is definitely in bad shape in 0.8.3! Among other problems, it
tried to fetch information about all new changes in parallel - with four
git invocations per change. [c7d1f0dac01236c1759a8d3ca288470a7a4cf45f],
which is already in trunk, uses a deferredGenerator to iterate through the
changes one by one, fetching all of the relevant information about each
change before going on to the next. So this particular problem *should*
be solved in 0.8.4. The newer gitpoller is not a drop-in replacement for
the old, though, so I'm glad you have a temporary workaround in place.
--
Ticket URL: <http://trac.buildbot.net/ticket/1745#comment:6>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list