Re: Vacuumdb error - corruption

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Bhella Paramjeet-PFCW67" <PBhella(at)Motorola(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org, "Subbiah Stalin-XCGF84" <SSubbiah(at)Motorola(dot)com>
Subject: Re: Vacuumdb error - corruption
Date: 2008-04-24 17:36:12
Message-ID: 1286.1209058572@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Bhella Paramjeet-PFCW67" <PBhella(at)Motorola(dot)com> writes:
> Error in the database vacuum log.
> INFO: vacuuming "public.securityevent"
> WARNING: relation "securityevent" TID 21/3: OID is invalid

That smells like a data corruption problem ...

> vacuumdb: vacuuming of database "ectest" failed: ERROR: could not
> access status of transaction 33554431

and so does that, particularly since the value equates to hex 01FFFFFF.
It's a lot easier to believe a hardware-ish fault stuffing such a value
than a software bug.

> Here are the machine specifics on which this database is running:
> Platform: Linux x86_64
> OS: Red Hat Enterprise Linux ES release 4 Kernel version: 2.6.9-34

If I'm reading the Red Hat CVS correctly, that kernel is two years old
next week. Perhaps a newer kernel would help your problems. A quick
troll through the changelog reveals a number of x86_64-specific fixes
that sound like they could have resulted in userspace data corruption.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Márcio Aguiar Ribeiro 2008-04-25 01:17:22 Server format and recovery
Previous Message Bhella Paramjeet-PFCW67 2008-04-24 17:12:53 Re: Vacuumdb error - corruption