mcvsubbu commented on issue #3610: Retention of files in Deleted_Segments does 
not work correctly
URL: 
https://github.com/apache/incubator-pinot/issues/3610#issuecomment-446452361
 
 
   The idea is for a segment to move from its regular path 
($dataDir/$tabbleName/$segmentTarFile) to the Deleted_Segements folder 
($dataDir/Deleted_Segments/$tableName/$segmentTarFile), remain in this place 
for some days (default 7d), and then get removed.
   
   With a local file system, we copied the file over (while deleting the 
original), and then checked for Mod time to delete the file 7d later.
   
   What other time do you suggest?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to