You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Akbar Singh <id...@npcil.co.in> on 2016/02/08 08:35:34 UTC

Oraphan object is not being release from JackRabbit Repo


Hi Sir,
 
I have a windows server, on the same
server i have JackRabbit repo to sotre the files. but now the space
is being full on Repo storage. so i have migrated the data to other
server. 
Now i want some data to delete from this
server to free the space for some purpose.
 

For that i am deleting the objects
form my application and attachment from the repo, the objects are deleting
successfully but the repo is not releasing the orphan objects means the
space is not being free from the Repo.
 
For that what to do, i need your
suggestions.
 
Regards,
Akbar Singh



**  Radiation exposure to public from NPP is negligible  **

Disclaimer
----------

This email and any files transmitted with it are intended solely for the use of the addressed individual or entity.  It contains information that is confidential and protected from disclosure. It must not be printed, read, copied, disclosed, forwarded, distributed or used (in whatsoever manner) by any person other than the addressee. Unauthorized use, disclosure or copying is strictly prohibited and may constitute unlawful act and can possibly attract legal action.

Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

If you have received this message in error, you should destroy this message and may please notify the sender by e-mail.  
Thank you.
-----------

Re: Oraphan object is not being release from JackRabbit Repo

Posted by Davide Giannella <da...@apache.org>.
On 08/02/2016 07:35, Akbar Singh wrote:
> Hi Sir,
>  
> I have a windows server, on the same server i have JackRabbit repo to
> sotre the files. but now the space is being full on Repo storage. so i
> have migrated the data to other server.
> Now i want some data to delete from this server to free the space for
> some purpose.
>  
> For that i am deleting the objects form my application and attachment
> from the repo, the objects are deleting successfully but the repo is
> not releasing the orphan objects means the space is not being free
> from the Repo.
>  
> For that what to do, i need your suggestions.
>
Most probably you'll need to run the datastore garbage collection

https://wiki.apache.org/jackrabbit/DataStore#Data_Store_Garbage_Collection
http://jackrabbit.510166.n4.nabble.com/example-of-running-the-Garbage-Collector-td4526539.html

HTH
Davide