Re: Strong feeling of something ugly lurking deeply within 7.0 ;-)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Strong feeling of something ugly lurking deeply within 7.0 ;-)
Дата
Msg-id 16777.970548667@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Strong feeling of something ugly lurking deeply within 7.0 ;-)  (Christof Petig <christof.petig@wtal.de>)
Список pgsql-bugs
I think the cause here is probably a known problem.  The vacuums in
parallel with the long-running transactions would result in periodic
sinval message queue overflows, with resultant flushes of syscache
entries in all active backends.  We know that there are places where
syscache entry pointers are used longer than is safe --- ie, it's
possible for an entry to get flushed while some routine still has
a pointer to it.  Finding all these places, or better redesigning the
syscache mechanism to eliminate the issue completely, has been on the
todo list for awhile.

In the short term I'd recommend that you avoid vacuuming system tables
while there are other open transactions; that should reduce the
incidence of overflows to a livable level.

            regards, tom lane

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

Предыдущее
От: Christof Petig
Дата:
Сообщение: Strong feeling of something ugly lurking deeply within 7.0 ;-)
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: JDBC: HELP!!! Can't Upload BLOBS on 6.5.3