Unsolved
This post is more than 5 years old
2 Posts
0
1402
October 16th, 2017 16:00
Will object count increase with deletion of records
I know that when GC cleans up after an FCLIP.Delete, the space is returned back to the pool but what about object count?
No Events found!
holgerjakob_c0722c
2 Intern
•
337 Posts
1
October 17th, 2017 03:00
HI
You'll have to have the pool where the deletions occur to be registered in the reflections expiry to really empty the pool.
When you delete the blob will be removed (2 centera objects). The metadata are copied as reflection that prove which ip and profile deleted the clip. Thus these 2 objects are replaced with 2 new ones.
WIth reflection expiry these reflections will then also be deleted with a minimal setting of three months. Expect this to take a lot longer and it needs to be on a recent code release to work.
Best regards, Holger
markstevens1
2 Posts
0
October 17th, 2017 11:00
Thanks Holger,
I'm new to Centera so still getting to grips with how this work.
We are running CentraStar 4.3.0-4712-3-0, for those objects to be reclaimed, do we need to make any specific configuration changes?
holgerjakob_c0722c
2 Intern
•
337 Posts
1
October 18th, 2017 08:00
Hi Mark
You should upgrade to patch 5.
Then under Tools Garbage Colletion configure your pools for reflection expiry.
Holger