Re: WAL files not following sequence

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: WAL files not following sequence
Дата
Msg-id CA+HiwqGgVzxJD9SQBng1fLEOt-77Fd3bDkNw3WC7ZGFd9zrpwA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: WAL files not following sequence  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-admin
Hello,

I got response from pgsql-hackers that it is normal. In fact, the
newer segments that you see are pre-allocated ones (none of those
contain any valid WAL data as of now). And WAL data is currently being
written to an earlier segment like 000000010000000E00000080 (which
seems to be the latest in your "ls -lrt" output).

By the way, what are the values of following configuration parameters
for your cluster?

checkpoint_segments=?
checkpoint_timeout=?
archive_mode=?
archive_command=?


--
Amit Langote


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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: WAL files not following sequence
Следующее
От: Maletin von Oertzen
Дата:
Сообщение: Re: HOT Standby - slave does not appear to be removing wal files