Re: Issues with Quorum Commit - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Issues with Quorum Commit
Date
Msg-id AANLkTi=dkPjr7LVnzpDgKC9=fY3YVFwy6ehHd9H9hAzN@mail.gmail.com
Whole thread Raw
In response to Re: Issues with Quorum Commit  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
On Thu, Oct 14, 2010 at 11:18 AM, Greg Stark <gsstark@mit.edu> wrote:
> Why don't the usual protections kick in here? The new record read from
> the location the xlog reader is expecting to find it has to have a
> valid CRC and a correct back pointer to the previous record.

Yep. In most cases, those protections seem to be able to make the standby
notice the inconsistency of WAL and then give up continuing replication.
But not in all the cases. We can regard those protections as bullet-proof
safeguard?

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


pgsql-hackers by date:

Previous
From: Pavel Golub
Date:
Subject: Re: Why do we have a database specification in .pgpass?
Next
From: Robert Haas
Date:
Subject: Re: wip: functions median and percentile