Re: BUG #17389: pg_repack creates race conditions on streaming replicas

Поиск
Список
Период
Сортировка
От Nick Cleaton
Тема Re: BUG #17389: pg_repack creates race conditions on streaming replicas
Дата
Msg-id CAFgz3kvQ=GVC=g31632aoG=G3VWzgfC_z4ntc3G5ZokcGLHHrw@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #17389: pg_repack creates race conditions on streaming replicas  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #17389: pg_repack creates race conditions on streaming replicas  (Ben Chobot <bench@silentmedia.com>)
Список pgsql-bugs
On Mon, 31 Jan 2022 at 16:11, PG Bug reporting form <noreply@postgresql.org> wrote:
The following bug has been logged on the website:

Bug reference:      17389
Logged by:          Ben Chobot
Email address:      bench@silentmedia.com
PostgreSQL version: 12.9
Operating system:   Linux (Ubuntu)
Description:       

We've noticed that at least since 9.5, running pg_repack causes a race
conditions on our streaming replicas, but _not_ on the primary where
pg_repack is running. This manifests itself as a client briefly unable to
open the relation getting repacked - but, in our testing and experience,
only on the replica. I would blame pg_repack - its whole purpose for being
is to transparently remake tables, and quite possibly it got some of the
details wrong - except that if its behavior appears atomic to clients on the
primary, then surely it should on the replicas too?

Using these steps below, I can reliably get the client on the replica to
have an OID error within 30 minutes. The same steps fail to generate an
error when I query in a loop on the primary.

We've very occasionally seen something similar with a script that did CREATE INDEX CONCURRENTLY, RENAME INDEX and DROP INDEX CONCURRENTLY on the primary, but not since we upgraded from 9.4 to 12 and switched to using REINDEX CONCURRENTLY. In our case the OID in the error belonged to the index that was dropped, not the table.

I think It'd be worth noting the OIDs of the table and its indexes before each run, so that you can tell if it belongs to an index in your case.

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

Предыдущее
От: Patrik Uytterhoeven
Дата:
Сообщение: Re: BUG #17388: postgis cant be installed on postgres 11 and centos 7
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: BUG #17355: Server crashes on ExecReScanForeignScan in postgres_fdw when accessing foreign partition