Open GoogleCodeExporter opened 9 years ago
Another sorta related issue is that, if I read the sources correctly, distcc
does puts hosts on backoff (ban of 60 seconds) if the remote host is busy with
other compiles. If the remote host is busy with a compile it should be ignored
for at most a few seconds, not a minute.
I think another huge case (I mean this makes our builds take minutes longer
when it happens, often due to users installing an anti-virus) is that if a host
is taking too long to compile, and you only have one source active, it should
try in parallel compiling it on another host at the same time. If the other
host wins, then the host that is taking too long should definitely be put on
backoff.
Original comment by thehes...@gmail.com
on 7 Sep 2011 at 8:40
Hi, this patch should fix it.
It returns the host from backoff state, if local compilation returned the same
result as remote one.
Original comment by Ktoni...@gmail.com
on 10 Feb 2012 at 5:08
Attachments:
Note also Issue 103 ... The backoff time can now be adjusted or the backoff
behavior can be disabled altogether via the env var DISTCC_BACKOFF_PERIOD (as
of SVN r761).
Original comment by kamal@whence.com
on 4 Apr 2012 at 8:55
Is anything wrong with my patch? Will it be merged?
Original comment by Ktoni...@gmail.com
on 13 May 2012 at 5:32
The patch looks good to me. Applied in svn revision 772.
Original comment by fer...@google.com
on 16 May 2012 at 5:45
Original issue reported on code.google.com by
ambr...@gmail.com
on 14 Nov 2010 at 7:10