Re: total db lockup

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: total db lockup
Дата
Msg-id 25943.1124470936@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: total db lockup  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-general
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Ok, so it seems the lockup occured only with the hash indexes?  Then it
> means we still have bugs in the locking code for those.

"Still" meaning "in the version he's using", which he hasn't told us
anywhere that I saw.  (Internal evidence suggests it's 7.3 something)

> It doesn't surprise me.

A deadlock in hash indexes wouldn't be surprising in pre-7.4 code,
since 7.4 was the first version that even pretended to be deadlock free
in hash indexes.  But it does seem pretty surprising that the deadlock
checker didn't fire and boot somebody out of the deadlock.  We haven't
had any bugs reported in deadlock detection in a very long time (since
7.1 I think).  This could mean there's still something wrong in there.

            regards, tom lane

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: question about plpgsql replace function
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How to cancel a query if SIGINT does not work?