Hi,
On 10/01/18 17:36, Marco Piovesana wrote:
I have an Oak repository connected to a Mongo DocumentNodeStore. When I try
to run the garbage collector through the RepositoryManagementMBean I get
the message "Cannot perform operation: no service of type RevisionGCMBean
found".
[...]
What is the correct way to run the garbage collector?
You obtain the garbage collectors directly from the DocumentNodeStore.
The DocumentNodeStoreService shows how this is done. Please note, you
also have to schedule tasks to periodically call the Journal GC (on one
node in the cluster) and the LastRevRecoveryAgent (on each node in the
cluster). Again, see the DocumentNodeStoreService for an example how
this is done.
Regards
Marcel