Re: Idle in TX / Java process hang's in the vicinity of JDBC

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Idle in TX / Java process hang's in the vicinity of JDBC
Дата
Msg-id 4C535206.4070703@opencloud.com
обсуждение исходный текст
Ответ на Re: Idle in TX / Java process hang's in the vicinity of JDBC  (David Kerr <dmk@mr-paradox.net>)
Ответы Re: Idle in TX / Java process hang's in the vicinity of JDBC
Список pgsql-jdbc
David Kerr wrote:

> we've got a working theory that the program opens up a connection to
> DB1 and DB2.  In DB1 we're running a very long query (15 minutes) and
> after some sort of timeout(or something) the program hangs leaving the
> idle in TX in DB2.

You may want to look at any firewalls you have between the client and
the DBs. Often, stateful firewalls will drop state for connections that
are idle for extended periods.

-O

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

Предыдущее
От: David Kerr
Дата:
Сообщение: Re: Idle in TX / Java process hang's in the vicinity of JDBC
Следующее
От: Lloyd Parkes
Дата:
Сообщение: Re: Integer is not a subclass of Short