dhairav opened a new issue, #8984: URL: https://github.com/apache/trafficserver/issues/8984
So, we're using ATS v8.1.1 as a caching server. Due to compliance purposes, we need to routinely purge certain objects out of the disks - per terms of license agreements with the owners of the HTTP objects. It is mission critical for us to reclaim space from the disks - as soon as we PURGE certain objects, but as per the documentation for PURGE - it is clear that the objects are not deleted from the disks after a PURGE request, exact excerpt from ATS docs - `This procedure only removes the index to the object from a specific Traffic Server cache. While the object remains on disk, Traffic Server will no longer able to find the object. The next request for that object will result in a fresh copy of the object fetched. Users may still see the old (removed) content if it was cached by intermediary caches or by the end-users’ web browser.` Available at - https://docs.trafficserver.apache.org/en/8.1.x/admin-guide/storage/index.en.html#removing-an-object-from-the-cache How do we delete from disk effectively? Is there a ready-made way? Or is there a way using the TS CacheRead or TS CacheRemove APIs in C/C++? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
