Tom Lane wrote:
Matt <matthew@zeut.net> writes:
I'm getting the following error on PGSQL 8.0.8 server that I admin. I don't think this is a hardware problem but I'm not sure. Anyway in the logfile I'm constantly getting this: ERROR: xlog flush request 2/13CEA8AC is not satisfied --- flushed only to 2/13634EE4
CONTEXT:  writing block 3421 of relation 1663/9533957/9534098

This indicates that the LSN word of that block contains 2/13CEA8AC,
which is impossibly large if WAL currently extends only to 2/13634EE4.
Have you had any crashes or other odd behavior recently?
What files do you see in $PGDATA/pg_xlog/?  Can you grab a copy of
pg_filedump and look at what the block contains on-disk?

Tom, thanks for the reply. I'm not aware of any database crashes or OS crashes lately, the server has been up for 48 days and running smoothly until today (Monday). I'm not sure how to get what you are looking for with pg_filedump, I've got pg_filedump compiled, and tried pg_filedump-4.0/pg_filedump -f -R 3421 ./9534098 but I don't really know how to read the output.

Here is what I find in pg_xlog:
[EMAIL PROTECTED] pg_xlog]# ls -l
total 114840
-rw------- 1 postgres postgres 16777216 Aug 7 18:29 000000010000000200000016 -rw------- 1 postgres postgres 16777216 Aug 6 16:38 000000010000000200000017 -rw------- 1 postgres postgres 16777216 Aug 6 20:51 000000010000000200000018 -rw------- 1 postgres postgres 16777216 Aug 7 00:17 000000010000000200000019 -rw------- 1 postgres postgres 16777216 Aug 7 13:36 00000001000000020000001A -rw------- 1 postgres postgres 16777216 Aug 7 15:12 00000001000000020000001B -rw------- 1 postgres postgres 16777216 Aug 7 18:01 00000001000000020000001C
drwx------   2 postgres postgres     4096 Jun 27 11:52 archive_status
[EMAIL PROTECTED] pg_xlog]#


Thanks for your help.

Matt


---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to