Re: Deadlock detection - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Deadlock detection
Date
Msg-id 4977D661.6050007@opencloud.com
Whole thread Raw
In response to Re: Deadlock detection  (Simon Riggs <simon@2ndQuadrant.com>)
List 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 by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Deadlock detection
Next
From: Andrea Lombardoni
Date:
Subject: PostgreSQL JDBC - Long Running Stored Procedure - Out of Memory