Re: repeating message in Postgres logs - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: repeating message in Postgres logs
Date
Msg-id 3E209F5F.20607@xythos.com
Whole thread Raw
In response to repeating message in Postgres logs  (Warren Little <wlittle@securitylending.com>)
List pgsql-jdbc
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
>



pgsql-jdbc by date:

Previous
From: Warren Little
Date:
Subject: repeating message in Postgres logs
Next
From: Eric Frazier
Date:
Subject: persistent JDBC connections with a daemon