You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Nick Baker <nb...@pentaho.com> on 2015/09/30 16:49:47 UTC

Purging Orphaned Datastore Nodes

Hello All,

We've got a situation where our application was improperly deleting nodes. It was calling .remove() on the nodes without deleting the VersionHistory. This has been corrected and now datastore entries associated with these removed nodes are GCed on the next run.

My question is how do we purge the orphaned records in the datastore? We're on 2.10.0

Thanks,
Nick Baker