Re: systemd[1]: postgresql-16.service: Killing process 25992 (postgres) with signal SIGKILL.

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Gena Makhomed <makhomed(at)gmail(dot)com>, pgsql-pkg-yum(at)lists(dot)postgresql(dot)org
Subject: Re: systemd[1]: postgresql-16.service: Killing process 25992 (postgres) with signal SIGKILL.
Date: 2024-02-26 09:19:09
Message-ID: c2a5a6287dc8a0677f44f5c4b7da294d50b32d7f.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-pkg-yum

On Sun, 2024-02-25 at 10:50 +0200, Gena Makhomed wrote:
> Previously posted to pgsql-bugs mail list asBUG #18361, but as I understand later, this may not be the PostgreSQL bug itself, but it may be the rpm/yum/dnf packaging bug?
>
> Can you please help to fix this bug, or find a workaround?
>
> Because killing postgres via SIGKILL is not a good idea.
>
>
> ---------- Forwarded message ---------
> Bug reference:      18361
> PostgreSQL version: 16.2
> Operating system:   Rocky Linux release 9.3
>
> PostgreSQL 16.2 installed on the Rocky Linux release 9.3 server from
> official repository with official instruction from page
> https://www.postgresql.org/download/linux/redhat/
>
> when I execute command
>
> # systemctl stop postgresql-16.service ; systemctl status
> postgresql-16.service
>
> I see, what PostgreSQL 16.2 was killed by SIGKILL.
>
> this is a bug, as I understand, because database will be corrupted.
>
> Is it possible to fix this bug and stop killing PostgreSQL with signal
> SIGKILL ?
>
> Feb 24 12:47:19 postgres-16.example.net systemd[1]: Stopping PostgreSQL 16 database server...
> Feb 24 12:47:19 postgres-16.example.net systemd[1]: postgresql-16.service: Killing process 26672 (postgres) with signal SIGKILL.
> Feb 24 12:47:19 postgres-16.example.net systemd[1]: postgresql-16.service: Deactivated successfully.
> Feb 24 12:47:19 postgres-16.example.net systemd[1]: Stopped PostgreSQL 16 database server.

Strange. In my "postgresql-16.service", I find

TimeoutStopSec=1h

which should make systemd wait for an hour after sending SIGTERM before it
uses SIGKILL. Is your setting different?

> Please consider the environment before printing

Aww. I would have liked to make a poster from it.

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrei Lepikhov 2024-02-26 09:30:50 Re: "type with xxxx does not exist" when doing ExecMemoize()
Previous Message Tender Wang 2024-02-26 08:14:39 Re: "type with xxxx does not exist" when doing ExecMemoize()

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Devrim Gündüz 2024-02-27 14:31:26 Installing PostgreSQL on SLES 15 just got easier – and better!
Previous Message Gena Makhomed 2024-02-25 08:50:15 systemd[1]: postgresql-16.service: Killing process 25992 (postgres) with signal SIGKILL.