pabrahamusa opened a new issue #6351:
URL: https://github.com/apache/incubator-pinot/issues/6351


   I am using Text Index and Inverted Index as well , noticed that the segment 
retention is not working. Pinot is not expiring or deleting the old segments . 
My segments config
   
   `  "segmentsConfig": {
           "timeColumnName": "five_mins_epoch",
           "timeType": "MINUTES",
           "retentionTimeUnit": "DAYS",
           "retentionTimeValue": "3",
           "schemaName": "myschema",
           "replication": "1",
           "replicasPerPartition": "1",
           "segmentPushType": "APPEND",
           "completionConfig": {
              "completionMode": "DOWNLOAD"
           }
         },`
   
   As per the config segments older than 3 days should be expired and get 
deleted from the disk. However this is not happening and I have to manually 
delete the segments which is a big overhead in housekeeping. 


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

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