Re: Deleted WAL files held open by backends in Linux - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Deleted WAL files held open by backends in Linux
Date
Msg-id 4B13E3C5020000250002CDFD@gw.wicourts.gov
Whole thread Raw
In response to Re: Deleted WAL files held open by backends in Linux  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Deleted WAL files held open by backends in Linux
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote: 
> There has to be something causing those sessions to touch WAL, and
> the dirty-buffer scenario doesn't seem reliable enough.
This is seeming fairly likely to be the cause, though.  It may be a
combination of the nightly VACUUM FREEZE ANALYZE we typically do on
every database and the monitoring software, which would directly run
a couple queries each five seconds or so, and would also exercise
the software publishers on a similar schedule.  My "smoking gun" is
that the monitoring software was restarted last night after the time
that the nightly vacuums would have completed, and its connections
are not showing as having a deleted WAL file open today.
I was unable to directly cause the a backend to open a WAL file by
connecting through JDBC and running the same kind of queries used by
the software publisher, which does tend to point to some indirect
mechanism, like the dirty buffer flushing.
-Kevin


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: OpenSSL key renegotiation with patched openssl
Next
From: Robert Haas
Date:
Subject: Re: Application name patch - v4