This is an automated email from the ASF dual-hosted git repository.
joscorbe pushed a change to branch old-revisions-cleanup-rebase
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
discard 29d13489cc Some cleanup and work on RevisionCommand (WIP).
discard 9af3b34a0e Some fixes and refactor. This needs a big cleanup (WIP)
discard 8732e6d0f4 Some test fixes and improvements.
discard 689604824b More tests added (WIP)
discard 3ce6047716 Old revisions cleanup (WIP)
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
add 0be05e4ddc Merge pull request #1315 from apache/OAK-10659
add 40a9027ff6 Old revisions cleanup (WIP)
add b44f4ed181 More tests added (WIP)
add 8b6b436cf4 Some test fixes and improvements.
add 72daf2c9db Some fixes and refactor. This needs a big cleanup (WIP)
add f2935371cc Some cleanup and work on RevisionCommand (WIP).
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (29d13489cc)
\
N -- N -- N refs/heads/old-revisions-cleanup-rebase (f2935371cc)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../plugins/document/VersionGarbageCollector.java | 148 +++++---
.../oak/plugins/document/BranchCommitGCTest.java | 55 +--
.../oak/plugins/document/FailingDocumentStore.java | 137 +++++++-
.../plugins/document/PausableDocumentStore.java | 160 +++++++++
.../document/VersionGarbageCollectorIT.java | 374 +++++++++++++++++++++
5 files changed, 791 insertions(+), 83 deletions(-)
create mode 100644
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/PausableDocumentStore.java