#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
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to