yueguanyu opened a new issue, #53633: URL: https://github.com/apache/doris/issues/53633
### 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 2.1.8 ### What's Wrong? The Backend was added as 127.0.0.1:9030, and it couldn't used for data transport on a other machine. So, the same Backend was added as internal real IP:9030, and use ALTER SYSTEM DECOMMISSION BACKEND '127.0.0.1:9030', but it stoped at some table, and all query went error at that time. So, I use ALTER SYSTEM DROPP BACKEND to drop the local ip backend, and added the same backend with real IP:9030. and reimport all data from begin. but it still has warnlog, it shows like the log file. Query runs as well as every thing alright. only some planer run in error. [dorisError.txt](https://github.com/user-attachments/files/21341606/dorisError.txt) [fe_warn.txt](https://github.com/user-attachments/files/21341607/fe_warn.txt) ### What You Expected? I hope this can be fixed, and some one can told me if some thing is still in danger. ### 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]
