Re: does wal archiving block the current client connection?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: does wal archiving block the current client connection?
Дата
Msg-id 578.1148053758@sss.pgh.pa.us
обсуждение исходный текст
Ответ на does wal archiving block the current client connection?  (Jeff Frost <jeff@frostconsultingllc.com>)
Список pgsql-admin
Jeff Frost <jeff@frostconsultingllc.com> writes:
> Do you think the postmaster on 5432 is trying to archive the other
> postmaster's WAL files somehow?

Not as long as they aren't in the same data directory ;-).  What Simon
was wondering about was whether an archiver process had somehow been
left over from a previous incarnation of the test postmaster.  The thing
to do is look through "ps auxww" (or local equivalent) and see if you
see more than one thing calling itself an archiver process.

(Whether or not this explains Jeff's problem, it definitely seems like
a failure mode that we need to guard against.  We go to great lengths
to prevent a new postmaster from starting when there are still live
backends from a previous postmaster, but I don't think that interlock
is effective for the archiver.)

            regards, tom lane

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: does wal archiving block the current client connection?
Следующее
От: Jeff Frost
Дата:
Сообщение: Re: does wal archiving block the current client connection?