mymeiyi opened a new pull request, #67375: URL: https://github.com/apache/doris/pull/67375
Later, we will support distributed parallel compaction. compaction workers may not have the input rowsets in their local file cache. This PR allows workers to read cached input data from the coordinator when available. It propagates an optional preferred peer through RowsetReader and IOContext. When configured, the worker tries only that peer and falls back directly to remote storage if the peer read fails. related pr: https://github.com/apache/doris/pull/67360 -- 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]
