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