Re: ERROR: invalid message format and FATAL: invalid frontend message type XX logs

From: Dan Smith <j(dot)daniel(dot)smith1(at)gmail(dot)com>
To: pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: ERROR: invalid message format and FATAL: invalid frontend message type XX logs
Date: 2023-05-12 12:27:28
Message-ID: CAK50JrxYey5cDX2VNWhZsj56zDZOwWj_f+vT2N0LF_ejXA=7ug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello,

A casual look for similar messages using your search engine of choice
should show similar historical threads and bugs being filed with different
clients.

Summary:
Client is sending invalid or unexpected messages to PostgreSQL.

Where I would start:
1. Ensure pgBouncer and npgsql versions are latest supported for server
version.

2. npgsql (.net library?) may also use an ODBC or JDBC driver, ensure that
is up to date for server version as well if applicable.

Rational:
Checking client versions is probably less effort than performing packet
capture(s) to try to determine which thing is sending bogus messages
(pgBouncer or applications).

Best regards,

Dan Smith

On Fri, May 12, 2023, 04:57 fatih abztn <fatihabztn(at)gmail(dot)com> wrote:

> Hi;
>
> We're seeing lots of errors in postgres server logs, we have no
> idea about them. Especially under higher load, it seems to happen more
> frequently. There are thousands:
>
> ERROR: invalid message format
> FATAL: invalid frontend message type 0
> FATAL: invalid frontend message type 32
> FATAL: invalid frontend message type 101
> FATAL: invalid frontend message type 34
> FATAL: invalid frontend message type XX
> .....
>
> What does it mean and how to solve this problem?
>
> and our environment:
>
> npgsql -> pgBouncer 1.17 ( in transaction mode )-> pg14.4
>
>
> I am waiting for your comments...
>
>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message kaido vaikla 2023-05-12 13:34:47 Re: pg_stat_activity query_id
Previous Message fatih abztn 2023-05-12 08:57:20 ERROR: invalid message format and FATAL: invalid frontend message type XX logs