You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.