Re: BUG #3032: Commit hung for days

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: BUG #3032: Commit hung for days
Дата
Msg-id 45DEA5E8.2060505@hagander.net
обсуждение исходный текст
Ответ на BUG #3032: Commit hung for days  ("Craig White" <craig@digital-rapids.com>)
Ответы Re: BUG #3032: Commit hung for days  ("Craig White" <craig@digital-rapids.com>)
Список pgsql-bugs
Craig White wrote:
> The following bug has been logged online:
>
> Bug reference:      3032
> Logged by:          Craig White
> Email address:      craig@digital-rapids.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

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: relation "pg_catalog.pg_user" does not exist
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: BUG #3049: psql does not honor md5 in pg_hba.conf file