This is an automated email from the ASF dual-hosted git repository.
daim pushed a change to branch DetailedGC/OAK-10199
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from d5f49d1275 OAK-10199 : removed DetailedGC code changes for
RDBDocumentStore
add eaf52462fd OAK-10378 : added metrics to collect detailedGC cycle &
deleted properties data
add 2ab0a07d6e OAK-10378 : improved jacadocs on
DocumentStore#findAndUpdate API and VersionGarbageCollector internal variables
add 4d3d8e3c3d OAK-10378 : added new metric for calculating documents
missed while updating and fixed issue which causes re-iterating documents while
calculating garbage
new a32f824377 Merge pull request #1079 from apache/OAK-10378
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
....java => DetailedRevisionGCStatsCollector.java} | 14 +-
.../DetailedRevisionGCStatsCollectorImpl.java | 146 +++++++++++++++++++
.../oak/plugins/document/DocumentStore.java | 2 +-
.../plugins/document/VersionGarbageCollector.java | 62 ++++++--
.../document/util/LoggingDocumentStoreWrapper.java | 1 +
.../DetailedRevisionGCStatsCollectorImplTest.java | 160 +++++++++++++++++++++
.../oak/plugins/document/VersionGCStatsTest.java | 22 ++-
.../document/VersionGarbageCollectorIT.java | 63 +++++++-
8 files changed, 430 insertions(+), 40 deletions(-)
copy
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/{RevisionGCStatsCollector.java
=> DetailedRevisionGCStatsCollector.java} (75%)
create mode 100644
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DetailedRevisionGCStatsCollectorImpl.java
create mode 100644
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DetailedRevisionGCStatsCollectorImplTest.java