Re: SV: Log files polluted with permission denied error messages after every 10 seconds - Mailing list pgsql-general

From Michael Paquier
Subject Re: SV: Log files polluted with permission denied error messages after every 10 seconds
Date
Msg-id YFhK9A6khOLj+QgN@paquier.xyz
Whole thread Raw
In response to Re: SV: Log files polluted with permission denied error messages after every 10 seconds  (Andrus <kobruleht2@hot.ee>)
List pgsql-general
On Mon, Mar 22, 2021 at 09:25:26AM +0200, Andrus wrote:
> Errors in pg_wal directory seems not to occur in patched version. Errors in
> pg_stat_tmp still occur. Yesterdays log introduces new error message
>
> using stale statistics instead of current ones because stats collector is
> not responding
>
> 2021-03-21 23:51:25 EET     autovacuum worker LOG:  using stale statistics
> instead of current ones because stats collector is not responding

The renaming of stats files involves just pgrename(), which is a
completely separate code path than the one of the WAL segments.  This
requires a separate investigation.
--
Michael

Attachment

pgsql-general by date:

Previous
From: Andrus
Date:
Subject: Re: SV: Log files polluted with permission denied error messages after every 10 seconds
Next
From: Luca Ferrari
Date:
Subject: Re: questions about wraparound