weizuo93 opened a new pull request, #12036: URL: https://github.com/apache/doris/pull/12036
# Proposed changes Issue Number: close #xxx ## Problem summary Master replica will notify slave replicas through local brpc port (default `8070`) for single replica load. If the brpc port of single replica load are inconsistent between different BE, the function of single replica load will get into trouble. It's necessary to report brpc port of single replica load to FE so that master replica would know accurate brpc port of BE that slave replica locates on during generating load plan. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [x] No - [ ] I don't know 2. Has unit tests been added: - [ ] Yes - [ ] No - [x] No Need 3. Has document been added or modified: - [ ] Yes - [ ] No - [x] No Need 4. Does it need to update dependencies: - [ ] Yes - [x] No 5. Are there any changes that cannot be rolled back: - [ ] Yes (If Yes, please explain WHY) - [x] No -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org