Re: What do you do with a long running rollback

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: What do you do with a long running rollback
Дата
Msg-id 440098.1637952136@sss.pgh.pa.us
обсуждение исходный текст
Ответ на What do you do with a long running rollback  (Chris Cawley <cj_cawley@yahoo.com>)
Ответы AW: What do you do with a long running rollback  ("Dischner, Anton" <Anton.Dischner@med.uni-muenchen.de>)
Список pgsql-admin
Chris Cawley <cj_cawley@yahoo.com> writes:
> It's been like that for several days already.

Really?  Rollback is O(1) in Postgres.

I could possibly believe that it's blocked on a lock, but even
that would be a bug, because transaction abort should never try
to take any new locks.

A perhaps-more-plausible theory is that you've enabled synchronous
commit but your replica is failing to ack the transmission of the
abort's WAL record.

What are you looking at exactly?

            regards, tom lane



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

Предыдущее
От: Chris Cawley
Дата:
Сообщение: What do you do with a long running rollback
Следующее
От: SQL Padawan
Дата:
Сообщение: Re: Postgres-XL