Postmaster Crashing - Postgres 11 when JIT is enabled

Поиск
Список
Период
Сортировка
От Mukesh Chhatani
Тема Postmaster Crashing - Postgres 11 when JIT is enabled
Дата
Msg-id CACnmOY+PttqRpHKRVJwocDAjyd8Lt_9_78Af_Vk2pWJWFrVvQg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Postmaster Crashing - Postgres 11 when JIT is enabled  (Andres Freund <andres@anarazel.de>)
Список pgsql-bugs
Hello Team,

We are experiencing issues around Postmaster crashing due to cancellation of a simple query 

Postgres Version - 11.6
Environment - AWS RDS
Table Size - 50 GB

Few ways I resolved the issue :
1. Vacuum analyze the table and then execute the query and cancel it.
2. Disable JIT
3. Set max_parallel_workers_per_gather = 0

Attached is the file containing DEBUG logs and ERROR we are experiencing issues with.

Regards,
Mukesh
Вложения

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

Предыдущее
От: Odin Ugedal
Дата:
Сообщение: Re: [Bus error] huge_pages default value (try) not fall back
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Postmaster Crashing - Postgres 11 when JIT is enabled