Re: [BUGS] BUG #1347: Bulk Import stopps after a while (

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: [BUGS] BUG #1347: Bulk Import stopps after a while (
Дата
Msg-id 41BEED57.2090904@opencloud.com
обсуждение исходный текст
Ответы Re: [BUGS] BUG #1347: Bulk Import stopps after a while (
Список pgsql-jdbc
Bahadur Singh wrote:
> Finally I am able to force the driver to do the DEBUG
> level output on the console.
>
> err.zip contains Debug level output.

OK, it looks like it is the connection deadlock issue, but triggered by
a case I hadn't considered. For some reason every query in the batch is
creating a new named statement on the backend .. and the statement
cleanup process that happens before query execution is flooding
statement Close commands down the connection on the second batch
execution, which appears to deadlock the connection. The exact behaviour
will be fairly unpredicatable as it depends on when the JVM does garbage
collection.

I will try to find some time to investigate this properly tomorrow.

-O

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Updated french translation for JDBC driver
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: [BUGS] BUG #1347: Bulk Import stopps after a while (