compaction - which nodes are being deleted
We've problems with a repository growing out of control. Luckily compaction helps a lot (we're using online compaction), but I'd like to determine what is being deleted (compacted).
I'm using
java -Dlogback.configurationFile=/tmp/logback.xml -jar ~/Downloads/oak-run-1.4.9.jar compact repository/segmentstore/ >>/tmp/oak-run.log
with logback logging at trace level to try to determine what is being deleted. Although it seems to be pretty close, it's not really telling me the path of the nodes that are being deleted.
Any suggestion on how to tackle this? My next try is going to be enabling repository write logging to determine the path of the nodes being written.
Thx,
Federico