Re: Deadlock detection

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Deadlock detection
Дата
Msg-id 4977D661.6050007@opencloud.com
обсуждение исходный текст
Ответ на Re: Deadlock detection  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-jdbc
Simon Riggs wrote:

> There was another hang earlier today. One session just went idle in
> transaction on server right in the middle of a long transaction. 1500
> statements in about a second on the session, then nothing, while holding
> locks. People are adamant it is not the application; much checking has
> been done.

It's worth noting that this does not sound like the socket deadlock case.

In the socket deadlock case, the backend will be stuck in PARSE or
something similar, blocked trying to write to the JDBC client.

-O

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Deadlock detection
Следующее
От: Andrea Lombardoni
Дата:
Сообщение: PostgreSQL JDBC - Long Running Stored Procedure - Out of Memory