Re: Zombie process pile up and cannot terminate

From: Vijaykumar Jain <vijaykumarjain(dot)github(at)gmail(dot)com>
To: J T <jorge(dot)torralba(at)gmail(dot)com>
Cc: "[ADMIN]" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Zombie process pile up and cannot terminate
Date: 2022-08-20 07:19:30
Message-ID: CAM+6J962poE3S7X5WiEQ3ne4TG8EiRdeQx++eVVg7D1pG0C57A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Sat, Aug 20, 2022, 12:02 PM J T <jorge(dot)torralba(at)gmail(dot)com> wrote:

>
> Having an issue on Postgres 11.16 where occasionally, we start seeing a
> pile up of simple inserts or select just hanging and never complete. These
> single table insert on conflict do nothing. it gets to the point where one
> cannot even pg_terminate_backend. It's impossible to kill without a kill -9
> and we know we don't want to do that for obvious reasons.
>

https://www.cybertec-postgresql.com/en/cancel-hanging-postgresql-query/

Although this is not what we do all the times, but just in case , and
report it as bug either in pg or extension etc if it is.

>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Kenny Bachman 2022-08-21 16:05:32 Postgresql 14 performance
Previous Message J T 2022-08-20 06:31:58 Zombie process pile up and cannot terminate