Обсуждение: repeating message in Postgres logs

Поиск
Список
Период
Сортировка

repeating message in Postgres logs

От
Warren Little
Дата:
I'm getting the following on a regular basis in the
postgres server log

pq_recvbuf: unexpected EOF on client connection

is this normal behavior from the JDBC connections




Re: repeating message in Postgres logs

От
Barry Lind
Дата:
Warren,

This is normal behavior if the client isn't closing the Connection by
calling the close() method and is instead just exiting the JVM, which
will abruptly close the socket connection to the server without sending
a proper shutdown message to the database server.

thanks,
--Barry

Warren Little wrote:
> I'm getting the following on a regular basis in the
> postgres server log
>
> pq_recvbuf: unexpected EOF on client connection
>
> is this normal behavior from the JDBC connections
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>