Re: BUG #3032: Commit hung for days

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Craig White <craig(at)digital-rapids(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3032: Commit hung for days
Date: 2007-02-23 08:29:28
Message-ID: 45DEA5E8.2060505@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Craig White wrote:
> The following bug has been logged online:
>
> Bug reference: 3032
> Logged by: Craig White
> Email address: craig(at)digital-rapids(dot)com
> PostgreSQL version: 8.1.5
> Operating system: Windows XP
> Description: Commit hung for days
> Details:
>
> I'm not looking for quick answers or a fix, but I wanted to submit this for
> your information.
>
> Setup:
>
> Java App using Hibernate 3.2.1, C3P0 connection pool, JDBC to PostgreSQL
> database.
>
> PostgreSQL setup is pretty much the defaults.
>
> Occurrence:
>
> During some load testing of my application (best characterized as a
> multi-threaded transaction processing system), I ran into a transaction that
> appeared to get stuck in its Commit. Using pgAdminIII, the 'Server Status'
> window shows the Commit Query from 4 days prior. Other connections
> periodically execute a statement quickly and successfully so there are not 2
> statements in deadlock.
>
> The commit would have been altering a small number of rows from a couple
> tables.
>
> The commit happened at 2007/02/15 20:02:10, the only odd occurrence in my
> logs occurred 5 minutes earlier. I'm not sure if it is releated or not.
> There was a lot of successful activity between 19:57 and 20:02. I'm not yet
> sure of the cause of this error, but the prior error log is as follows:

The interesting thing would be to see the server logs, not the
application logs. Specifically, an issue that could look just like this
was fixed in 8.1.7, in which case you would see weird error messages
about permission denied or such in the *server* logs. None of that would
show up in the client logs.

So I would suggest upgrading to the latest release in 8.1.x.

//Magnus

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2007-02-23 08:31:09 Re: BUG #3049: psql does not honor md5 in pg_hba.conf file
Previous Message Tom Lane 2007-02-23 07:02:21 Re: ERROR: relation "pg_catalog.pg_user" does not exist