Thread: idle in transaction

idle in transaction

From
"Sriram Dandapani"
Date:

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

From
Dave Cramer
Date:
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).