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 4B13CE58020000250002CDEB@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>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:
> It's not about the size of a temp table, because writes to the
> temp table itself aren't WAL-logged.  However, the system catalog
> entries for a temp table *are* WAL-logged.
Definitely not issuing any CREATE TEMP statements of any kind,
unless the JDBC driver is doing that under the covers.
>> Pretty much every read only JDBC connection seems to be holding
>> open a deleted WAL file on my Linux box, but it would take pretty
>> pessimal timing for each connection to be holding open a
>> different one -- I see that many connections share a deleted WAL
>> file.
> 
> This still seems a bit improbable to me.  There has to be
> something causing those sessions to touch WAL, and the
> dirty-buffer scenario doesn't seem reliable enough.
> 
> [ thinks... ]  How about SELECT FOR UPDATE or SELECT FOR SHARE?
> Those cause WAL writes.
Definitely not.
Probably best not to worry about it until I can play around with
some Java test code to see what it takes to cause the connection to
open the WAL.  I'll post when I've had a chance to try that.
-Kevin


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Deleted WAL files held open by backends in Linux
Next
From: Zdenek Kotala
Date:
Subject: Re: [PATCH] Add solaris path for docbook COLLATEINDEX