walterddr opened a new pull request, #10461:
URL: https://github.com/apache/pinot/pull/10461

   This is a follow up on #10455 
   
   This PR adds:
   - [x] TimeBoundaryManager to SegmentZkMetadataCache management
   - [x] Create PartitionDataManager which similar to 
SinglePartitionColumnSegmentPruner but kept a very different view of the map
       - [ ] create `Map<PartitionID, List<Server>> partitionToServerMapping` 
to indicate whole-partition-on-a-single-server
       - [ ] create `Map<PartitionID, List<Segment>> partitionToSegmentMapping` 
to indicate partition and segment relationship


-- 
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...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to