Re: vacuumdb hanging database cluster

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: vacuumdb hanging database cluster
Дата
Msg-id 15438.1090890026@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: vacuumdb hanging database cluster  (Steve Crawford <scrawford@pinpointresearch.com>)
Список pgsql-general
Steve Crawford <scrawford@pinpointresearch.com> writes:
>>> I tracked down the process that was "idle in transaction" and it
>>> was a pg_dump process running on another machine.
>>
>> What was it waiting on?

> Beats the heck out of me. We periodically dump some selected small
> tables via a script using:
> pg_dump -i -h $dbhost -U $dbuser -t $dumptable > dumpfile

> It's very vanilla and generally works fine but sometimes (perhaps 1
> per 1000+ runs) ends up idle in transaction. I'm going to take a much
> closer look at pg_locks next time it happens.

If it is "idle in transaction" and not "<something> waiting" then it is
not blocked waiting for someone's lock, so pg_locks is unlikely to yield
the answer.  I think it's got to be something funny on the pg_dump side.
Or maybe a communications problem?

            regards, tom lane

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

Предыдущее
От: Ian Barwick
Дата:
Сообщение: Re: estimating table size
Следующее
От: tgl@sss.pgh.pa.us
Дата:
Сообщение: Re: Mail Authentification