Re: A proposal to force-drop replication slots to make disabling async/sync standbys or logical replication faster in production environments

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема Re: A proposal to force-drop replication slots to make disabling async/sync standbys or logical replication faster in production environments
Дата
Msg-id CALj2ACXXaRBM4+L_0G33UdWv7cr8JZ9WgRnqB=q9eA6dThsyzA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: A proposal to force-drop replication slots to make disabling async/sync standbys or logical replication faster in production environments  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: A proposal to force-drop replication slots to make disabling async/sync standbys or logical replication faster in production environments  ("Hsu, John" <hsuchen@amazon.com>)
Список pgsql-hackers
On Thu, Jun 9, 2022 at 12:11 PM Amit Kapila <amit.kapila16@gmail.com> wrote:
>
> On Thu, Jun 9, 2022 at 11:07 AM Bharath Rupireddy
> <bharath.rupireddyforpostgres@gmail.com> wrote:
> >
> > Currently postgres doesn't allow dropping a replication slot that's active [1]. This can make certain operations
moretime-consuming or stuck in production environments. These operations are - disable async/sync standbys and disable
logicalreplication that require the postgres running on standby or the subscriber to go down. If stopping postgres
servertakes time, the VM or container will have to be killed forcefully which can take a considerable amount of time as
thereare many layers in between. 
> >
>
> Why do you want to drop the slot when the server is going down? Is it
> some temporary replication slot, otherwise, how will you resume
> replication after restarting the server?

The setup is this - primary, bunch of sync standbys, bunch of read
replicas (async standbys), bunch of logical replication subscribers -
now, the user wants to remove any of them for whatever reasons,
typical flow is to first stop the server, if stopping the server takes
time (for instance the standbys or subscribers lag behind the primary
by too much), kill the VM/host server to make the corresponding
replication slots inactive on the primary and then drop the
replication slots. The proposed  force-drop function helps speed up
these operations in production environments and it will also be
possible to provide an SLA for these disable operations.

I hope the user case is clear.

Regards,
Bharath Rupireddy.



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

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: A proposal to force-drop replication slots to make disabling async/sync standbys or logical replication faster in production environments
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Count output lines automatically in psql/help.c