Re: circular wait not triggering deadlock ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: circular wait not triggering deadlock ?
Дата
Msg-id 25504.1520539536@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: circular wait not triggering deadlock ?  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: circular wait not triggering deadlock ?  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-general
Justin Pryzby <pryzby@telsasoft.com> writes:
> On Thu, Mar 08, 2018 at 01:57:06PM -0500, Tom Lane wrote:
>> PID 20488 is evidently waiting for PID 6471 to finish its transaction.
>> What's that one doing?

> Um, I thought I had kept track of all two pids but looks not..
> query            | SELECT pg_export_snapshot();

pg_export_snapshot doesn't block for other transactions, though.
Further down, you have output that confirms that:

>   6471 | idle in transaction | psql      | SELECT pg_export_snapshot();

That SELECT is the most recently completed command, not the current one.
So now the question is what the connected application is waiting for
before committing.

            regards, tom lane


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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: circular wait not triggering deadlock ?
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: circular wait not triggering deadlock ?