-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Hi 👋
We're having issues with our duckdb-java setup after bumping the patch version from 1.4.2 to 1.4.4 (so technically the issue could be post-1.4.3).
Our setup is as follows:
- Java app in a docker container deployed on K8S
- cluster is air-gapped so we package the plugins (namely
httpfs) in the docker image and deactivate remote plugin download - queries are done against an S3-like server, through an HTTP proxy
Behaviour before 1.4.4 was fine, basic queries without filtering took a few seconds to run.
After 1.4.4 we observe the following:
- it works seemingly as well as before when querying the S3 server directly (same data, outside K8S)
- it times out when querying the S3 server through the HTTP proxy
The error is:
Caused by: java.sql.SQLException: IO Error: Connection timed out error for HTTP GET to '/my-bucket/?encoding-type=url&list-type=2&prefix=some-prefix
LINE 1: SELECT COUNT(1) FROM read_parquet("s3://my-bucket/some-prefix...
Has something changed on that front?
Perhaps it's a question more fit for https://github.com/duckdb/duckdb, but since it's a duckdb-java setup I figured it's better to start here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels