Hi Team,
My real time table has "retentionTimeValue": "3" and after three days the files got moved to "Deleted_Segments/" in S3
So, I copied the files to the actual folder and Reload the segments in the Pinot UI. But, the data is not loading
Am I missing something here ?
m
Mayank
06/27/2022, 6:17 PM
That’s not what reload segment does. The segments are deleted from Pinot’s state, so just copying them into folder doesn’t do anything. If this was an offline table, you’d be able to http push the segments. But for realtime, that option is not available.
r
Rakesh Bobbala
06/27/2022, 6:18 PM
So that means deleted segments are already gone
Rakesh Bobbala
06/27/2022, 6:18 PM
there is no way to bring them back ?
m
Mayank
06/27/2022, 7:21 PM
You could create an offline table with same name and push there?