Re: COPY process hung in 9.2.x (9.2.4) - Mailing list pgsql-bugs

From Tom Lane
Subject Re: COPY process hung in 9.2.x (9.2.4)
Date
Msg-id 8475.1374098709@sss.pgh.pa.us
Whole thread Raw
In response to COPY process hung in 9.2.x (9.2.4)  (mark <dvlhntr@gmail.com>)
List pgsql-bugs
mark <dvlhntr@gmail.com> writes:
> client connection runs through bouncer (session pooling) to a 9.2.4
> postgres back end. I have had this problem happen without bouncer in the
> middle but for this limited debug bouncer is in play. have numerous clinets
> copying to the same table throughout the day, often concurrently.

I wonder whether pgbouncer realizes that it should force-disconnect its
database connection if the client disconnects ungracefully.  Your
backend is evidently waiting for COPY data that won't be forthcoming;
the only way to get it out of that is to drop the connection.

            regards, tom lane

pgsql-bugs by date:

Previous
From: mark
Date:
Subject: COPY process hung in 9.2.x (9.2.4)
Next
From: kaushal.bhatt@ucdenver.edu
Date:
Subject: BUG #8308: Installation