Hello,
What is the function of the cta-objectstore-collect-orphaned-object
utility? Does it handle cleanup and/or maintenance tasks on the objectstore?
thanks,
mwai
Hello,
What is the function of the cta-objectstore-collect-orphaned-object
utility? Does it handle cleanup and/or maintenance tasks on the objectstore?
thanks,
mwai
Hi Mwai,
This is a simple utility tool, used to manually garbage collect an object from the object store.
First, it checks if the owner of the object exists. If it does not, it garbage collects it (which in the case of archive/retrieve requests usually results in re-assigning them to a queue).
You can find the actual code here:
Best,
Joao