Invalid page in block on autovacuum

From: "Burgess, Freddie" <FBurgess(at)Radiantblue(dot)com>
To: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Cc: "Burgess, Freddie" <FBurgess(at)Radiantblue(dot)com>
Subject: Invalid page in block on autovacuum
Date: 2014-11-06 23:37:23
Message-ID: 3BBE635F64E28D4C899377A61DAA9FE03F0B16BE@NBSVR-MAIL01.radiantblue.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Logged by: Freddie Burgess
Email address: fburgess(at)radiantblue(dot)com
PostgreSQL version: 9.3.4
Operating system: Red_hat Linux 6.4
Description:

Our production log recorded these Errors today

20296____ERROR: Invalid page in block 1225978 of relation pg_tblspc/16434/PG_9.3_201306121/16444/125126685
20296____CONTEXT: automatic vacuum of table sensordb.public.doti_domain_y2006m12 <-- partition table doti_domain

...
11051____ERROR: Invalid page in block 610813 of relation pg_tblspc/16442/PG_9.3_201306121/16444/125127325 <-- file 125127325 doesn't exist
11051____CONTEXT: automatic vacuum of table sensordb.pg_toast.pg_toast_125118423

...
11051____ERROR: Invalid page in block 447869 of relation pg_tblspc/16440/PG_9.3_201306121/16444/125128155
11051____CONTEXT: automatic vacuum of table sensordb.public.doti_source_node_y2012m10 <-- partition table doti_source_node

Is this cause for alarm?

I can still select rows from these tables.

Thanks

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-11-07 00:31:37 Re: BUG #11882: make HAVE_WORKING_LINK an option
Previous Message Tom Lane 2014-11-06 22:13:01 Re: [HACKERS] ltree::text not immutable?