Postgresql driver Question
От | Nicolas Modrzyk |
---|---|
Тема | Postgresql driver Question |
Дата | |
Msg-id | 41AD817C.3000503@inrialpes.fr обсуждение исходный текст |
Ответ на | Re: Bug in JDBC-Driver? (Oliver Jowett <oliver@opencloud.com>) |
Список | pgsql-jdbc |
Hi All, We are performing intensive stress test of C-JDBC on top of a cluster of 4 postgresql servers. During a run, one of the insert request was blocked in the postgresql JDBC driver (latest version ...) Here is the stack trace: at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at java.io.BufferedInputStream.fill(BufferedInputStream.java:183) at java.io.BufferedInputStream.read(BufferedInputStream.java:201) - locked <0xe7bf4cf0> (a java.io.BufferedInputStream) at org.postgresql.core.PGStream.ReceiveChar(PGStream.java:166) at org.postgresql.core.QueryExecutor.executeV3(QueryExecutor.java:127) - locked <0xe7bf2c10> (a org.postgresql.core.PGStream) at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:100) at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:43) at org.postgresql.jdbc1.AbstractJdbc1Statement.execute(AbstractJdbc1Statement.java:517) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:50) at org.postgresql.jdbc1.AbstractJdbc1Statement.executeUpdate(AbstractJdbc1Statement.java:273) at org.postgresql.jdbc1.AbstractJdbc1Statement.executeUpdate(AbstractJdbc1Statement.java:259) Does that mean the postgresql server failed to send the result of the update ? Any idea on how to prevent this ? Any help would be appreciated, Nicolas Modrzyk,
В списке pgsql-jdbc по дате отправления: