From: | "Ow Mun Heng" <ow(dot)mun(dot)heng(at)wdc(dot)com> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | xlog flus not satisfied |
Date: | 2009-08-11 02:15:48 |
Message-ID: | D1109E8B2FB53A45BDB60F8145905CE9032B1B4E@wdmyexbe03.my.asia.wdc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
While doing
# VACUUM VERBOSE ANALYZE d_trr_dfh;
INFO: vacuuming "xmms.d_trr_dfh"
ERROR: xlog flush request 21F/9F57DF88 is not satisfied --- flushed only to
21F/924CE76C
CONTEXT: writing block 2919652 of relation 17461/17462/17668
I see this in the logs
user= CONTEXT: writing block 2919680 of relation 17461/17462/17668
user= WARNING: could not write block 2919680 of 17461/17462/17668
DETAIL: Multiple failures --- write error might be permanent.
user= LOG: checkpoint starting: time
xlog flush request 21F/9F67DA80 is not satisfied --- flushed only to
21F/924CE76C
Does this mean I have disk issues?
As background, this is a new box mirrored from a separate box via rsync.
I've basically copied/rsync the entire postgresql server and data files over
to create a mirror copy. After which, I've tried to do the vacuum and gotten
into the above trouble.
Any ideas from the PG community? (or is rsync not the way to go for this?)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2009-08-11 03:08:50 | Re: xlog flus not satisfied |
Previous Message | Peter Headland | 2009-08-11 00:52:36 | Updating a specific number of rows in pl/pgsql |