Re: Startup process thrashing - Mailing list pgsql-general

From Phillip Berry
Subject Re: Startup process thrashing
Date
Msg-id 200812121129.25584.pberry@stellaconcepts.com
Whole thread Raw
In response to Re: Startup process thrashing  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Friday 12 December 2008 03:59:42 Tom Lane wrote:
> Greg Smith <gsmith@gregsmith.com> writes:
> > On Thu, 11 Dec 2008, Phillip Berry wrote:
> >> I'm not running PITR and checkpoint_segments is set to 100 as this is
> >> home to a very write intensive app.
> >
> > That's weird then.  It shouldn't ever keep around more than 201 WAL
> > segments.  I've heard one report of a similarly mysterious excess of
> > them, from Robert Treat, but that was probably caused by a hardware
> > failure.
>
> AFAIK the only non-PITR reason for WAL files to not get recycled is if
> checkpoints were failing.  Do you still have the postmaster log from
> before the original crash, and if so is there anything in there about
> checkpoint failures?

No the crash happened in single user mode so their was (AFAIK) no logs of what happened outside of
the console.  I've grepped all the recent logs anyway and there's no mention of checkpoint
problems.

Cheers
Phil




pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Data Replication
Next
From: "Albe Laurenz"
Date:
Subject: Re: Tool to converter plsql in pgplsql