gaspardc-met commented on issue #1881: URL: https://github.com/apache/arrow-adbc/issues/1881#issuecomment-2129086150
Hello all, thanks for the quick response. @lidavidm : Log entries ``` 2024-05-20 14:05:17.660 GMT [521061] LOG: could not receive data from client: Connection reset by peer 2024-05-20 14:13:31.910 GMT [521817] FATAL: unsupported frontend protocol 0.0: server supports 3.0 to 3.0 2024-05-20 14:13:32.214 GMT [521818] FATAL: unsupported frontend protocol 255.255: server supports 3.0 to 3.0 2024-05-20 14:13:32.518 GMT [521819] FATAL: no PostgreSQL user name specified in startup packet 2024-05-20 14:15:07.995 GMT [521500] LOG: could not receive data from client: Connection reset by peer 2024-05-20 15:26:08.819 GMT [528434] LOG: invalid length of startup packet ``` The `could not receive data from client: Connection reset by peer` happened a lot and is standard, I think it's a connection not properly closed by the webapp (now I close every connection) and happen with SQLalchemy too. The others are "new" and happened when the connection was stuck and not before PG version: - psql --version: `psql (PostgreSQL) 14.5` - Docker image: `docker.io/bitnami/postgresql:14.5.0-debian-11-r35` @kou : - I did not create the postgres pod, and I couldn't see any environment variables on this, so it might be just "vanilla" bitnami/postgresql - The problem happened both with passing a cached `connection` and creating a new connection. I tried both. -- 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]
