Re: WAL files not following sequence - Mailing list pgsql-admin

From Amit Langote
Subject Re: WAL files not following sequence
Date
Msg-id CA+HiwqGgVzxJD9SQBng1fLEOt-77Fd3bDkNw3WC7ZGFd9zrpwA@mail.gmail.com
Whole thread Raw
In response to Re: WAL files not following sequence  (Amit Langote <amitlangote09@gmail.com>)
List 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 by date:

Previous
From: Amit Langote
Date:
Subject: Re: WAL files not following sequence
Next
From: Maletin von Oertzen
Date:
Subject: Re: HOT Standby - slave does not appear to be removing wal files