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 569266d000 Merge pull request #1294 from apache/OAK-10633
add 39c4fe1d7c OAK-10659 : remove orphaned nodes/documents
add 21fc93adcf OAK-10659 : introduction of orphaned node deletion altered
these tests fundamentally
add ae58486a44 OAK-10659 : added some diagnostic asserts for flaky test
add 3626c60022 Update
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java
add 156e54664d Update
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java
add 74ef58d446 OAK-10659 : addressing review comment to add
gcStats.documentsDeleted - and use the return of ds.remove - by switching to a
map from the current orphanOrDeletedRemovalList
add f11c33983d Update
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java
add 7474cba40b Update
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java
add e39a5ee754 Update
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java
add 8607f93c92 Update
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java
add 6b35feb85d Update
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java
add 0cca811570 OAK-10659 : use DetailGCHelper.enableDetailGC
new 0be05e4ddc Merge pull request #1315 from apache/OAK-10659
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:
.../plugins/document/VersionGarbageCollector.java | 117 +++++--
.../oak/plugins/document/BranchCommitGCTest.java | 55 +--
.../oak/plugins/document/FailingDocumentStore.java | 137 +++++++-
.../plugins/document/PausableDocumentStore.java | 160 +++++++++
.../document/VersionGarbageCollectorIT.java | 374 +++++++++++++++++++++
5 files changed, 782 insertions(+), 61 deletions(-)
create mode 100644
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/PausableDocumentStore.java