Re: COPY process hung in 9.2.x (9.2.4)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: COPY process hung in 9.2.x (9.2.4)
Дата
Msg-id 8475.1374098709@sss.pgh.pa.us
обсуждение исходный текст
Ответ на COPY process hung in 9.2.x (9.2.4)  (mark <dvlhntr@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: mark
Дата:
Сообщение: COPY process hung in 9.2.x (9.2.4)
Следующее
От: kaushal.bhatt@ucdenver.edu
Дата:
Сообщение: BUG #8308: Installation