fsync error handling in pg_receivewal, pg_recvlogical

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема fsync error handling in pg_receivewal, pg_recvlogical
Дата
Msg-id 9b49fe44-8f3e-eca9-5914-29e9e99030bf@2ndquadrant.com
обсуждение исходный текст
Ответы Re: fsync error handling in pg_receivewal, pg_recvlogical
Список pgsql-hackers
Do we need to review the fsync error handling in pg_receivewal and
pg_recvlogical, following the recent backend changes?  The current
default behavior is that these tools will log fsync errors and then
reconnect and proceed with the next data streaming in.  As a result, you
might then have some files in the accumulated WAL that have not been
fsynced.  Perhaps a hard exit would be more appropriate?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: David Steele
Дата:
Сообщение: Re: Re: pg_basebackup ignores the existing data directory permissions
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Improve autovacuum logging for aggressive andanti-wraparound ru