Re: wal recycling problem

From: Christoph Moench-Tegeder <cmt(at)burggraben(dot)net>
To: Fabrice Chapuis <fabrice636861(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: wal recycling problem
Date: 2023-10-02 10:06:37
Message-ID: ZRqWLWXmz-4c9gOy@elch.exwg.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

## Fabrice Chapuis (fabrice636861(at)gmail(dot)com):

> on the other hand there are 2 slots for logical replication which display
> status extended. I don't understand why given that the confirmed_flush_lsn
> field that is up to date. The restart_lsn remains frozen, for what reason?

There you have it - "extended" means "holding wal". And as long as the
restart_lsn does not advance, checkpointer cannot free any wal beyond
that lsn. My first idea would be some long-running (or huge) transaction
which is in process (active or still being streamed). I'd recommend
looking into what the clients on these slots are doing.

Regards,
Christoph

--
Spare Space

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2023-10-02 10:08:36 Re: bgwriter doesn't flush WAL stats
Previous Message Laurenz Albe 2023-10-02 10:02:17 Re: Trigger violates foreign key constraint