kou commented on issue #1881: URL: https://github.com/apache/arrow-adbc/issues/1881#issuecomment-2126154988
Do you set timeout related parameters such as `idle_session_timeout`? See https://www.postgresql.org/docs/current/runtime-config-client.html for other timeout related parameters? Could you show `SELECT * FROM pg_stat_activity` when this problem is happen? See also: https://www.postgresql.org/docs/current/monitoring-stats.html#MONITORING-PG-STAT-ACTIVITY-VIEW Do you pass `connection` to `handle_sql_query()`? Or is `connection=None` used? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
