cancel
Showing results for 
Search instead for 
Did you mean: 

Paxata Cache Folder

Paxata Cache Folder

My cache folder is filling up my storage. Is there a proper way to clean up the cache folder on a worker node?

/mnt/resource/paxata/cache-cf2f2a58-f945-412d-bb79-76fb20b291fc

Labels (2)
0 Kudos
1 Reply

You could clear cache with the endpoint `/cache/clear` 

  • make sure core servers are down. Run the stop command “service paxata-server stop”
  • Run command “curl -X POST http://<WORKER_NODE>/cache/clear?pretty=true”
  • restart the pipeline service so it will build out the filesystem structure and start writing there again

If the /cache/clear doesn't work, you can run “rm -rf /u01/paxata/cache/*” on the worker.