Re: Postgres Giving Errors Incomplete Startup Packet

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgres Giving Errors Incomplete Startup Packet
Дата
Msg-id 14713.1222706061@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Postgres Giving Errors Incomplete Startup Packet  ("Amit Aggarwal" <amit.aggarwal1@gmail.com>)
Список pgsql-jdbc
"Amit Aggarwal" <amit.aggarwal1@gmail.com> writes:
> We are running a web application making connections to postgres using jdbc.
> It is fairly database intensive, but we find the logs filled with the
> following dump. What could be the possible causes for this ?

The probable cause is something connecting to port 5432 and then
disconnecting without sending anything.  The fact that the occurrences
are exactly a minute apart suggests that it's some sort of monitoring
tool.  I've heard that there's stuff out there that makes a cheesy probe
that Postgres is "up" by just seeing if it can connect to 5432.

            regards, tom lane

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

Предыдущее
От: "Amit Aggarwal"
Дата:
Сообщение: Postgres Giving Errors Incomplete Startup Packet
Следующее
От: Martin Gainty
Дата:
Сообщение: Re: need help of getting PK after insertRow in JDBC