minaco2 / distcc

Automatically exported from code.google.com/p/distcc
GNU General Public License v2.0
0 stars 0 forks source link

pump should always report non-zero discrepancy count #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
distcc 3.2rc1 SVN r755

Pump should report any non-zero discrepancy count at the end, regardless of 
whether it triggered max_discrepancies_before_demotion.

Patch attached.

Original issue reported on code.google.com by kamal@whence.com on 4 Apr 2012 at 4:35

Attachments:

GoogleCodeExporter commented 9 years ago
Pump is already reporting a warning for each such compilation:

Warning: remote compilation of '...' failed, retried locally and got a 
different result.

Do we really need an additional warning at the end?

Original comment by fergus.h...@gmail.com on 4 Apr 2012 at 6:38

GoogleCodeExporter commented 9 years ago
In my opinion, its quite useful to have the final discrepancy count presented 
at the end.  For a large build, its too easy to accidentally not notice a few 
discrepancy warnings buried in the log.  Having the tally presented at the end 
(if its not zero) makes it much more noticeable that something undesirable 
occurred.

Original comment by kamal@whence.com on 4 Apr 2012 at 6:46

GoogleCodeExporter commented 9 years ago
OK, sounds reasonable to me.

But if we're going to print this warning, then I think the message "See the 
Distcc Discrepancy Symptoms section in the include_server(1) man page." should 
be printed too, regardless of whether we hit max_discrepancies_before_demotion. 
 Can you update the patch to do that?

Original comment by fergus.h...@gmail.com on 4 Apr 2012 at 8:18

GoogleCodeExporter commented 9 years ago
Agreed.  Will do.

Original comment by kamal@whence.com on 4 Apr 2012 at 8:25

GoogleCodeExporter commented 9 years ago
Fix applied as SVN r762.

Original comment by kamal@whence.com on 4 Apr 2012 at 8:46