Re: BUG #6183: FATAL: canceling authentication due to timeout

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #6183: FATAL: canceling authentication due to timeout
Дата
Msg-id 1148.1314665446@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #6183: FATAL: canceling authentication due to timeout  ("Thorvald Natvig" <thorvald@medallia.com>)
Ответы Re: BUG #6183: FATAL: canceling authentication due to timeout  (Thorvald Natvig <thorvald@medallia.com>)
Список pgsql-bugs
"Thorvald Natvig" <thorvald@medallia.com> writes:
> We get a lot of "FATAL:  canceling authentication due to timeout" in the
> log, with accompanying closed connections to clients.

Well, the only known cause of that (other than genuine timeout
conditions) is in fact fixed in 9.1rc1.  You have not provided any
information that would permit anyone to look for another cause.

> There does indeed seem to be a correlation between doing vacuum and seeing
> this error.

Are you doing VACUUM FULLs on pg_authid (and if so, why)?  If you are,
is it possible that those are queuing up behind other queries that
access pg_authid, and for some reason aren't releasing their locks
promptly?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6182: /etc/init.d/postgresql-8.4 is incomplete for chkconfig
Следующее
От: Thorvald Natvig
Дата:
Сообщение: Re: BUG #6183: FATAL: canceling authentication due to timeout