pgjdbc/pgjdbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feedFrom: oobles (@oobles) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: Re: [pgjdbc/pgjdbc] issue #194: PgJDBC can experience client/server deadlocks during batch execution
Date: Wed, 04 Dec 2019 03:46:11 +0000
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
We've observed this using 42.2.8. Is there a way to code around this issue? Will setting a timeout work?
` at java.net.SocketOutputStream.socketWrite0([email protected]/Native Method)
at java.net.SocketOutputStream.socketWrite([email protected]/Unknown Source)
at java.net.SocketOutputStream.write([email protected]/Unknown Source)
at sun.security.ssl.SSLSocketOutputRecord.deliver([email protected]/SSLSocketOutputRecord.java:319)
at sun.security.ssl.SSLSocketImpl$AppOutputStream.write([email protected]/SSLSocketImpl.java:983)
at java.io.BufferedOutputStream.flushBuffer([email protected]/BufferedOutputStream.java:81)
at java.io.BufferedOutputStream.write([email protected]/BufferedOutputStream.java:127)
at java.io.FilterOutputStream.write([email protected]/FilterOutputStream.java:108)
at org.postgresql.core.PGStream.sendInteger4([email protected]/PGStream.java:255)
at org.postgresql.core.v3.QueryExecutorImpl.sendBind([email protected]/QueryExecutorImpl.java:1611)
at org.postgresql.core.v3.QueryExecutorImpl.sendOneQuery([email protected]/QueryExecutorImpl.java:1853)
at org.postgresql.core.v3.QueryExecutorImpl.sendQuery([email protected]/QueryExecutorImpl.java:1378)
at org.postgresql.core.v3.QueryExecutorImpl.execute([email protected]/QueryExecutorImpl.java:496)
at org.postgresql.jdbc.PgStatement.executeBatch([email protected]/PgStatement.java:853)
at org.postgresql.jdbc.PgPreparedStatement.executeBatch([email protected]/PgPreparedStatement.java:1546)
at com.zaxxer.hikari.pool.ProxyStatement.executeBatch([email protected]/ProxyStatement.java:128)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeBatch([email protected]/HikariProxyPreparedStatement.java)`
view thread (36+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: github://pgjdbc/pgjdbc
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] issue #194: PgJDBC can experience client/server deadlocks during batch execution
In-Reply-To: <<[email protected]>>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox