hape2550505 opened a new issue, #47878: URL: https://github.com/apache/doris/issues/47878
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version v 3.0.3 ### What's Wrong? master节点报错: RuntimeLogger 2025-02-13 08:54:16,619 INFO (leaderCheckpointer|204) [Checkpoint.doCheckpoint():207] Put image:http://doriscluster-fe-1.doriscluster-fe-internal.doris.svc.cluster.local:8030/put?version=100000&port=8030 RuntimeLogger 2025-02-13 08:54:16,626 WARN (leaderCheckpointer|204) [Checkpoint.doCheckpoint():214] Failed when pushing image file. url = http://doriscluster-fe-1.doriscluster-fe-internal.doris.svc.cluster.local:8030/put?version=100000&port=8030,responseBody = ResponseBody{msg='Internal Error', code=500, data=failed to get remote file: {"msg":"Not Found","code":404,"data":"image file not found","count":0}, count=0} observer节点报错: RuntimeLogger 2025-02-13 08:41:13,246 WARN (qtp1467217981-124|100) [MetaService.put():168] failed to get remote file. url: http://30.161.155.124:8030/image?version=50000 java.io.IOException: {"msg":"Not Found","code":404,"data":"image file not found","count":0} 部署信息: doriscluster-fe-0 1/1 Running 0 43m 21.93.120.56 30.161.155.175 <none> 1/1 doriscluster-fe-1 1/1 Running 0 35m 21.93.120.59 30.161.155.124 <none> 1/1 doriscluster-fe-2 1/1 Running 0 35m 21.93.120.60 30.161.155.17 <none> 1/1 其中报错内容中的30.161.155.124是observer所在的node的ip,我怀疑源代码中获取remotehost的部分有bug ### What You Expected? 有没有临时的解决方案 ### 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 - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
