Replies: 1 comment 1 reply
-
中文问题请在中文论坛提问 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
s3仓库备份成功-s3存储桶未生成快照文件 -- backup success without snapshot on s3 repository at [doris-2.0.2-rc05]
在doris-2.1.7中正常备份恢复 -- backup and restore normal at doris-2.1.7-rc03
问题应该是在s3仓库挂载方式问题,2.0.2只能通过主机域名(doris内部处理域名 doris.{hostname}),而doris-2.1.7可以使用IP创建,同样的域名创建在2.1.7上备份时也不能生成快照文件。
[ZH->EN] The issue appears to be related to the method of mounting the S3 warehouse. In version 2.0.2, it can only be done through the host domain name (an internally processed domain name by Doris, specifically "doris.{hostname}"). However, in Doris 2.1.7, creation is possible using an IP address. Notably, when attempting to create using the same domain name on 2.1.7, snapshot files cannot be generated during the backup process.
【 CREATE REPOSITORY 'repo_name' WITH S3 ON LOCATION "s3://{bucket_name}" PROPERTIES ( "AWS_ENDPOINT"="http://{hostname}:7840", ... ); -> doris domain: doris.hostname 】
以下是备份异常的过程结果 -- follow pictiures are backup exception process information
show snapshot on [] where []: [sanpshot_name] NULL | ERROR: No info file found
Beta Was this translation helpful? Give feedback.
All reactions