Commit 99b5454
committed
Remove debug logging for pgstat wait timeout.
This reverts commit 79b2ee2, which proved
to not be very informative; it looks like the "pgstat wait timeout"
warnings in the buildfarm are just a symptom of running on heavily loaded
machines, and there isn't any weird mechanism causing them to appear.
To try to reduce the frequency of buildfarm failures from this effect,
increase PGSTAT_MAX_WAIT_TIME from 5 seconds to 10.
Also, arrange to not send a fresh inquiry message every single time through
the loop, as that seems more likely to cause problems (by swamping the
collector) than fix them. We'll now send an inquiry the first time through
the delay loop, and every 640 msec thereafter.1 parent 86a3f2d commit 99b5454
1 file changed
+11
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
| |||
3758 | 3762 | | |
3759 | 3763 | | |
3760 | 3764 | | |
3761 | | - | |
3762 | 3765 | | |
3763 | 3766 | | |
3764 | 3767 | | |
| |||
3788 | 3791 | | |
3789 | 3792 | | |
3790 | 3793 | | |
3791 | | - | |
| 3794 | + | |
3792 | 3795 | | |
3793 | 3796 | | |
3794 | 3797 | | |
| |||
3800 | 3803 | | |
3801 | 3804 | | |
3802 | 3805 | | |
3803 | | - | |
3804 | | - | |
3805 | | - | |
3806 | | - | |
3807 | | - | |
3808 | | - | |
3809 | | - | |
3810 | | - | |
3811 | | - | |
3812 | | - | |
3813 | | - | |
3814 | | - | |
3815 | | - | |
3816 | | - | |
3817 | | - | |
3818 | | - | |
3819 | | - | |
3820 | | - | |
3821 | 3806 | | |
3822 | | - | |
3823 | | - | |
| 3807 | + | |
| 3808 | + | |
| 3809 | + | |
3824 | 3810 | | |
3825 | | - | |
3826 | 3811 | | |
3827 | 3812 | | |
3828 | 3813 | | |
| |||
0 commit comments