Skip to content
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

[Bug] #40701

Open
3 tasks done
cjj198909 opened this issue Sep 11, 2024 · 0 comments
Open
3 tasks done

[Bug] #40701

cjj198909 opened this issue Sep 11, 2024 · 0 comments

Comments

@cjj198909
Copy link

Search before asking

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

Version

3.0.1

What's Wrong?

创建Azure Blob的Storage Vault时报错UnknownHostException,在fe/be/ms/re中均可以通过nslookup正常解析blob endpoint。
SQL:
CREATE STORAGE VAULT IF NOT EXISTS ssb_azure_vault2
PROPERTIES (
"type"="S3",
"s3.endpoint" = "studysa2024.blob.core.windows.net/",
"s3.bucket" = "studysa2024",
"s3.root.path" = "doris-cloud",
"s3.access_key" = "studysa2024",
"s3.secret_key" = "keyxxxx",
"provider" = "AZURE"
);

response:
ERROR 1105 (HY000): errCode = 2, detailMessage = ping s3 failed(upload), status: [COMMON_ERROR, msg: connect to s3 failed: Received an UnknownHostException when attempting to interact with a service. See cause for the exact endpoint that is failing to resolve. If this is happening on an endpoint that previously worked, there may be a network connectivity issue or your DNS cache could be storing endpoints for too long.], properties: "s3.region" = "blob", "s3.endpoint" = "http://studysa2024.blob.core.windows.net/", "provider" =

另外还想咨询下s3.bucket是否配置为Blob Storage Account Name,s3.root.path配置为Container以及prefix?

What You Expected?

Bug fixed.

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