Skip to content

[Bug] Doris 3.x.x Fails to Load Data from S3 via HTTPS (Works in 2.1.8) #50372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 of 3 tasks
student2o opened this issue Apr 24, 2025 · 0 comments
Open
2 of 3 tasks

Comments

@student2o
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

Version

Doris version: 3.0.3

What's Wrong?

When using the LOAD LABEL statement to ingest data from an S3-compatible object store via HTTPS, the operation fails with a "connection refused" error in Doris version 3.0.3. The same configuration and credentials work perfectly in version 2.1.8, indicating that the issue is likely specific to the 3.x.x series and its handling of HTTPS.

Observed Behavior:

BROKER LOAD works as expected in Doris 2.1.8 with HTTPS S3 endpoint.

The same load command in Doris 3.0.3 returns:

ERROR 1105 (HY000): errCode = 202, detailMessage = Failed to access object storage, message=Connection refused

Other operations using the same endpoint and credentials (e.g., SELECT FROM S3, CREATE STORAGE VAULT) succeed in both versions.

Possible Root Cause:
Doris 3.x.x may have introduced changes to its object storage access mechanism that breaks or disables support for HTTPS connections during data load operations.

What You Expected?

HTTPS S3 endpoints should work consistently across Doris versions for all S3-related operations, including LOAD LABEL.

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant