Обсуждение: idle in transaction

Поиск
Список
Период
Сортировка

idle in transaction

От
"Sriram Dandapani"
Дата:

Hi

 

We use jboss 4 with the postgresql-8.1-404.jar as the postgres driver (the database is 8.1.2)

 

I notice a lot of “idle in transaction” processes on the postgres server box.

 

This causes problems for autovacuum and generally the vacuuming process and prevents vacuum from completing the run.

 

How can we completely get rid of idle in transaction. We close all connections (jboss pooling is used).

Re: idle in transaction

От
Dave Cramer
Дата:
Hi,

This was a problem with older drivers, are you sure this the driver being used ?

--dc--
On 7-Sep-06, at 12:38 PM, Sriram Dandapani wrote:

Hi

 

We use jboss 4 with the postgresql-8.1-404.jar as the postgres driver (the database is 8.1.2)

 

I notice a lot of “idle in transaction” processes on the postgres server box.

 

This causes problems for autovacuum and generally the vacuuming process and prevents vacuum from completing the run.

 

How can we completely get rid of idle in transaction. We close all connections (jboss pooling is used).