Re: FATAL 2: (pg_clog ... no such file or directory)

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: kaolin fire <cognosco(at)tentacle(dot)net>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: FATAL 2: (pg_clog ... no such file or directory)
Date: 2004-02-06 21:30:00
Message-ID: Pine.LNX.4.33.0402061429060.6661-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, 6 Feb 2004, Tom Lane wrote:

> kaolin fire <cognosco(at)tentacle(dot)net> writes:
> > Where would I go to start tracking down recurring error messages of the
> > sort:
>
> > FATAL 2: open of /usr/local/pgsql/data/pg_clog/06F7 failed: No such
> > file or directory
> > FATAL 2: open of /usr/local/pgsql/data/pg_clog/0707 failed: No such
> > file or directory
>
> > 06F7 and 0707 do not exist. Currently just looks like it goes from
> > 0000 (May 14 2002) to 004F (Feb 6 2004, and counting).
>
> Given those facts, you have corrupt data --- specifically, a wildly
> out-of-range transaction number in some tuple header, causing the tuple
> validity checker to try to fetch a nonexistent page of the CLOG. The
> odds are good that the corruption extends further than just the one
> field; that just happens to be the one that gets checked first.
>
> There are discussions in the mailing list archives about how to locate
> and clean up corrupted data. It's a pretty messy process but you can
> usually get back everything except the rows on the particular corrupted
> page (I'm optimistically assuming there's only one). Looking for
> threads mentioning pg_filedump might be the quickest way to find info.

And don't forget, if you've gotten corrupt data, you need to check all
your hardware thoroughly. A single bad bit in memory can play more havoc
with your system than almost anything else, because it will fail just
often enough to cause problems, but seldom enough to be very hard to find.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message scott.marlowe 2004-02-06 21:32:55 Re: Windows Installer with Configuration Instructions
Previous Message scott.marlowe 2004-02-06 21:26:49 Re: talking to port 5432