Re: Get hot_standby_feedback messages

Поиск
Список
Период
Сортировка
От Nikhil Shetty
Тема Re: Get hot_standby_feedback messages
Дата
Msg-id CAFpL5Vyy42zFu-0VDQUTg0Z00KYvWK4Qyoow-SFPeUAL-_Dn2g@mail.gmail.com
обсуждение исходный текст
Ответ на Get hot_standby_feedback messages  (Nikhil Shetty <nikhil.dba04@gmail.com>)
Ответы Re: Get hot_standby_feedback messages  (Nikhil Shetty <nikhil.dba04@gmail.com>)
Список pgsql-admin
Hi,

I got the data by extra logging but the issue is that it is always sending the same xmin. There are no long running transactions or inactive slots on the standby

Since it is sending the same xmin, vacuum is not happening on primary. After we set hot_standby_feedback to 'off', the xmin becomes null and vacuum goes through. If we revert hot_standby_feedback to 'on' again, it will be stuck in the same xmin.

We are unable to determine the transaction for xmin that is holding back the slots.

Thanks,
Nikhil

On Sat, Jul 23, 2022 at 12:30 AM Nikhil Shetty <nikhil.dba04@gmail.com> wrote:
Hi,

Is there a way we can get the actual messages(esp the xmin) that are sent to the primary when hot_standby_feedback is enabled on standby.

Thanks,
Nikhil

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

Предыдущее
От: Nikhil Shetty
Дата:
Сообщение: Get hot_standby_feedback messages
Следующее
От: Teja Jakkidi
Дата:
Сообщение: Workers in Postgres