tibrewalpratik17 opened a new issue, #10353: URL: https://github.com/apache/pinot/issues/10353
We have an offline table for which the deepstore data got deleted. We want to copy the data back from Pinot-servers to deepstore. At present, there is no support for this in case of offline segments. Will having an on-demand API which takes in the tableName(offline) and segmentName as params and backs up the segment data to the url mentioned in the segmentMetadata be helpful in this scenario? I also thought of writing a script to download each segment and then upload it to deepstore via the script. The issue is with offline tables, it first checks if the url path mentioned in segmentMetadata exists or not and errors out. Should we either allow downloading segments for offline tables from pinot-server directly to make this working? -- 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. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org.apache.org 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