deardeng opened a new pull request, #66167: URL: https://github.com/apache/doris/pull/66167
pick from https://github.com/apache/doris/pull/63818 This commit combines two related changes to implement cross compute group peer read routing and optimize the peer cache I/O path. Changes: 1. Cross Compute Group Peer Read Routing: - Implement peer read routing across different compute groups to enable data sharing between groups - Add routing logic to select optimal peer nodes for cache reads - Support cross-group tablet peer discovery and selection 2. Peer Cache I/O Path Optimization: - Optimize peer cache server path using IOBuf attachment for zero-copy data transfer - Reduce memory copies in the peer cache read path by leveraging bRPC IOBuf attachment mechanism - Improve peer cache read performance and reduce memory overhead (cherry picked from commit d48b9320bad7ddc42234c730f50f8db7615fc236) ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test <!-- At least one of them must be included. --> - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason <!-- Add your reason? --> - Behavior changed: - [ ] No. - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [ ] No. - [ ] Yes. <!-- Add document PR link here. eg: https://github.com/apache/doris-website/pull/1214 --> ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into --> -- 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]
