[source-postgres] stream hangs in infinite loop of 'Transaction isolation level -1 not supported' error #48757
Labels
area/connectors
Connector related issues
autoteam
community
team/connectors-python
type/bug
Something isn't working
Connector Name
source-postgres
Connector Version
3.6.23
What step the error happened?
During the sync
Relevant information
The stream starts and then immediately falls into an infinite loop of this same error. It will hang indefinitely in this state until canceled or the connection times out. If the stream is restarted immediately after cancelling or timing out it runs without issue. This is not happening on every sync, we are running the stream every 30 minutes and it is only getting stuck in this error loop once or twice per day. Issue only seems to have started happening after we upgraded to connector version 3.6.23, but downgrading back to 3.6.19 has not fixed it.
Our configuration for the stream is: airbyte -> pgbouncer -> postgresql db. Pgbouncer is just showing reconnections without any error and postgresql is not showing any error logs. In pgbouncer we have
pool_mode = session
.Relevant log output
Contribute
The text was updated successfully, but these errors were encountered: