Re: Load distributed checkpoint V3

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: Load distributed checkpoint V3
Date: 2007-04-05 13:05:53
Message-ID: Pine.GSO.4.64.0704050853230.6384@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Thu, 5 Apr 2007, Heikki Linnakangas wrote:

> Unfortunately because of the recent instrumentation and CheckpointStartLock
> patches this patch doesn't apply cleanly to CVS HEAD anymore. Could you fix
> the bitrot and send an updated patch, please?

The "Logging checkpoints and other slowdown causes" patch I submitted
touches some of the same code as well, that's another possible merge
coming depending on what order this all gets committed in. Running into
what I dubbed perpetual checkpoints was one of the reasons I started
logging timing information for the various portions of the checkpoint, to
tell when it was bogged down with slow writes versus being held up in sync
for various (possibly fixed with your CheckpointStartLock) issues.

--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-04-05 13:30:06 Re: Buildfarm failures en masse
Previous Message Heikki Linnakangas 2007-04-05 12:58:14 Re: Load distributed checkpoint V3

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2007-04-05 13:45:24 Re: Fix mdsync never-ending loop problem
Previous Message Heikki Linnakangas 2007-04-05 12:58:14 Re: Load distributed checkpoint V3