clintropolis opened a new pull request, #19682:
URL: https://github.com/apache/druid/pull/19682

   ### Description
   Follow-up to #19671, adds the wiring for partial loaded segments from 
partial load rules to announce the partially loaded size instead of the full 
segment size, so that the coordinator side accounting can more accurately 
manage cache placement. The main change is that`SegmentCacheManager` load and 
bootstrap methods now return a `DataSegment` which implementations can use to 
thread a `DataSegmentAndLoadProfile` to the announcer to do the partial 
announcement (same type used coordinator side to carry non-serializing 
'side-car' information about partial load stuff)


-- 
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]

Reply via email to