Re: thread safety on clients

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: thread safety on clients
Дата
Msg-id 22633.1260561393@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: thread safety on clients  (Greg Smith <greg@2ndquadrant.com>)
Ответы Re: thread safety on clients  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Greg Smith <greg@2ndquadrant.com> writes:
> It sounds like random pgbench run for a while would certainly expose the 
> same thing you're concerned about eventually.

Yeah.  Actually the odd thing about it is that the crash seemed to
invariably be on conflicting pgbench_accounts updates, which is a fairly
low-contention table in this test design (but the bug turned it into
high-contention).  What I would have expected is crashes on the very
similar updates to pgbench_branches, which is designed to be
high-contention.  It might be that there is some other effect going on
here that explains why that wasn't happening.  Need to go back and look
more closely.
        regards, tom lane


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: thread safety on clients
Следующее
От: Zdenek Kotala
Дата:
Сообщение: Re: [PATCH] dtrace probes for memory manager