yuqi1129 commented on issue #8024: URL: https://github.com/apache/gravitino/issues/8024#issuecomment-3186715592
It seems to be a network problem in your local environment and unlikely to be the problem in boto3. Could you help verify the following result on your machine that you perform the test: ```shell nslookup s3.external.com or dig s3.external.com or ping -c 4 s3.external.com ``` If there is are private IPs like `10.xxx`, `172.16.x.x`, `172.31.x.x`, `192.168.x.x` exist, then it should be the DNS issue that causes the problem. Besides, please also check the file `/etc/hosts` to verify whether you have set it manually. -- 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]
