wirybeaver opened a new issue, #10740: URL: https://github.com/apache/pinot/issues/10740
Requirement: Delete segments within the timestamp. Scenario: Delete massive number of segments in the PoC phase. The associate Kafka topic has high throughput. Solution: Current segment deletion api requires user manually input segment list. We can add another api with the parameters fromTimestamp and endTimestamp. Then reuse the PinotHelixResourceManager' getSegmentsFor to get segment list and pass into the existing deleteSegments api. -- 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]
