Re: Synchronization levels in SR

Поиск
Список
Период
Сортировка
От Markus Wanner
Тема Re: Synchronization levels in SR
Дата
Msg-id 4C864CA9.7060407@bluegap.ch
обсуждение исходный текст
Ответ на Re: Synchronization levels in SR  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Synchronization levels in SR  (Simon Riggs <simon@2ndQuadrant.com>)
Re: Synchronization levels in SR  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 09/07/2010 04:15 PM, Robert Haas wrote:
> In theory, that's true, but if we do that, then there's an even bigger
> problem: the slave might have replayed WAL ahead of the master
> location; therefore the slave is now corrupt and a new base backup
> must be taken.

The slave isn't corrupt. It would suffice to "late abort" committed 
transactions the master doesn't know about.

However, I realize that undoing of WAL isn't something that's 
implemented (nor planned). So it's probably easier to forward the master 
in such a case.

> Yeah, I hope we'll get there eventually.

Understood. Thanks.

Markus Wanner



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: git: uh-oh
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: git: uh-oh