Re: Remaining Streaming Replication Open Items

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Remaining Streaming Replication Open Items
Дата
Msg-id 4BC8288F.8030203@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Remaining Streaming Replication Open Items  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas wrote:
> On Tue, Apr 13, 2010 at 11:49 AM, Heikki Linnakangas
> <heikki.linnakangas@enterprisedb.com> wrote:
>> We have the emode_for_corrupt_record() function that's used in all the
>> errors that indicate a corrupt WAL record, that's a perfect place to
>> hook this into. See attached patch.
> 
> The test for elog == LOG seems a bit fragile to me - why that
> specifically?  Maybe elog < PANIC?  elog > DEBUG1?  Both?

Suppressing anything >= ERROR wouldn't make sense, as ERRORs cause the
replay to abort. I didn't want to affect WARNINGs either, which indicate
that something is truly wrong. The only level left between DEBUG1, which
is what the message is downgraded to, and WARNING, is LOG.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Remaining Streaming Replication Open Items
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: testing HS/SR - 1 vs 2 performance