Re: repeating message in Postgres logs

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: repeating message in Postgres logs
Дата
Msg-id 3E209F5F.20607@xythos.com
обсуждение исходный текст
Ответ на repeating message in Postgres logs  (Warren Little <wlittle@securitylending.com>)
Список 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 по дате отправления:

Предыдущее
От: Warren Little
Дата:
Сообщение: repeating message in Postgres logs
Следующее
От: Eric Frazier
Дата:
Сообщение: persistent JDBC connections with a daemon