Re: "ago" times on buildfarm status page

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, pgbf(at)twiska(dot)com
Subject: Re: "ago" times on buildfarm status page
Date: 2019-08-26 19:08:54
Message-ID: b3b451aa-ad54-8379-f9b1-a2dd2fbc1299@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 8/26/19 2:55 PM, Tom Lane wrote:
> Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> writes:
>> On 8/21/19 4:16 PM, Tom Lane wrote:
>>> Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> writes:
>>>> Still, if we simply added the skew to the snapshot time that might be
>>>> enough to achieve what you want. That would be a one line change, I think.
>>> +1
>> Done. It's only happening prospectively, so we'll need to wait a few
>> days to see it flow through.
> Hm, doesn't seem to have done the trick. The current dashboard page shows
> (in the v12 branch)
>
> mule ... 01:17 ago OK [97205d0] Config
> loach ... 01:32 ago OK [97205d0] Config
> dangomushi ... 02:11 ago OK [97205d0] Config
> bowerbird ... 02:23 ago scriptsCheck [97205d0] Details
> snapper ... 02:48 ago OK [63fc3b1] Config
> caiman ... 03:04 ago OK [97205d0] Config
> nightjar ... 03:17 ago recoveryCheck [97205d0] Details
> chub ... 03:29 ago OK [97205d0] Config
> clam ... 03:34 ago OK [97205d0] Config
> demoiselle ... 03:45 ago OK [97205d0] Config
>
> snapper is clearly out of line here: the commit it claims
> to have fetched 2:48 ago was obsoleted around seven hours ago.
>
> (Snapper is one of the machines that is typically inconsistent
> in this way. I've been assuming that's because its system clock
> is a few hours off ... but maybe there's something else going on?)
>
>

I think this is the problem:

 'scmrepo' => '/home/pgbf/pgmirror.git',

Probably this isn't updated often enough. It probably has little to do with the clock settings.

This is the kind of old-fashioned way of doing things. These days "git_keep_mirror => 1" along with the community repo as the base would avoid these problems.

cheers

andrew

--
Andrew Dunstan https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2019-08-26 19:40:23 Re: fix "Success" error messages
Previous Message Magnus Hagander 2019-08-26 18:56:35 Online checksums patch - once again