Hi Team, My real time table has "retentionTimeValu...
# troubleshooting
r
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
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
So that means deleted segments are already gone
there is no way to bring them back ?
m
You could create an offline table with same name and push there?
r
Okay I will try that