Re: Going for "all green" buildfarm results

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Going for "all green" buildfarm results
Дата
Msg-id 13755.1154379815@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Going for "all green" buildfarm results  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Going for "all green" buildfarm results  (Andrew Dunstan <andrew@dunslane.net>)
Re: Going for "all green" buildfarm results  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Maybe we could write a suitable test case using Martijn's concurrent
> testing framework.

The trick is to get process A to commit between the times that process B
looks at the new and old versions of the pg_class row (and it has to
happen to do so in that order ... although that's not a bad bet given
the way btree handles equal keys).

I think the reason we've not tracked this down before is that that's a
pretty small window.  You could force the problem by stopping process B
with a debugger breakpoint and then letting A do its thing, but short of
something like that you'll never reproduce it with high probability.

As far as Andrew's question goes: I have no doubt that this race
condition is (or now, was) real and could explain Stefan's failure.
It's not impossible that there's some other problem in there, though.
If so we will still see the problem from time to time on HEAD, and
know that we have more work to do.  But I don't think that continuing
to see it on the back branches will teach us anything.
        regards, tom lane 


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

Предыдущее
От: "moises"
Дата:
Сообщение: Postgres Process in Kernel Mode?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Postgres Process in Kernel Mode?