Re: Assertion failure with barriers in parallel hash join

Поиск
Список
Период
Сортировка
От Melanie Plageman
Тема Re: Assertion failure with barriers in parallel hash join
Дата
Msg-id CAAKRu_ZSdynXbzR=5Nb5kQ3QdsUBs0=Cp6a4YxUkbMrX9mmR_g@mail.gmail.com
обсуждение исходный текст
Ответ на Assertion failure with barriers in parallel hash join  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Wed, Mar 17, 2021 at 8:18 AM Thomas Munro <thomas.munro@gmail.com> wrote:
>
> On Wed, Mar 17, 2021 at 6:58 PM Thomas Munro <thomas.munro@gmail.com> wrote:
> > According to BF animal elver there is something wrong with this
> > commit.  Looking into it.
>
> Assertion failure reproduced here and understood, but unfortunately
> it'll take some more time to fix this.  I've reverted the commit for
> now to unbreak the ~5 machines that are currently showing red in the
> build farm.

Also, silly question: why couldn't we just set the pstate->batches pointer to
InvalidDsaPointer before doing dsa_free() (of course saving the pointer
so that we can actually do the freeing with it)? Is there still a race?



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: libpq debug log
Следующее
От: Zhihong Yu
Дата:
Сообщение: Re: Crash in BRIN minmax-multi indexes