Re: incomplete startup packet

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: rammohan ganapavarapu <rammohanganap(at)gmail(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: incomplete startup packet
Date: 2018-02-08 20:03:57
Message-ID: 20180208200357.GE2416@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Greetings,

* David G. Johnston (david(dot)g(dot)johnston(at)gmail(dot)com) wrote:
> On Thu, Feb 8, 2018 at 10:16 AM, rammohan ganapavarapu <
> rammohanganap(at)gmail(dot)com> wrote:
> > I am seeing lot of these* "incomplete startup packet" *messages in
> > postgresql.log in 9.6 version, what does it mean? some thing wrong with
> > server?
>
> ​It means that some piece of software is trying, incorrectly, to connect to
> PostgreSQL​. The server is probably just fine but you should probably hunt
> down the other side of the connections and see what is wrong there - or
> block them if the other end isn't something you want trying to connect to
> your database.

These might be entirely reasonable checks to see if the service is up
and running from monitoring systems. That's certainly not unheard of
and it'd actually be nice if we had a way to avoid having these errors
get thrown in that case. Even better would be making the monitoring
systems smarter, but that's not always easily done.

Thanks!

Stephen

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Mark Steben 2018-02-08 21:09:21 Hot Standby vs slony
Previous Message rammohan ganapavarapu 2018-02-08 19:58:27 Re: incomplete startup packet