You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by da...@apache.org on 2023/06/19 20:22:32 UTC

[jackrabbit-oak] branch OAK-10199 updated (604821d9b9 -> 6d2b3f5656)

This is an automated email from the ASF dual-hosted git repository.

daim pushed a change to branch OAK-10199
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


    omit 604821d9b9 OAK-10199 : fixed the VGC IT test cases failures for RDB
    omit b445eea6e1 OAK-10199 : fixed the test case with different revision for DetailedGC
    omit dc7092527e OAK-10199 : added check to include oldestId when running detailedGc very first time
    omit fede3f5440 OAK-10199 : added test cases to fetch 5000+ modified docs in loop and verify them
    omit 394f00307c OAK-10199 : minor refactoring
    omit 2aebcf6bd8 OAK-10199 : updated logic to fetch nodes by sorting them on the basis of _modified & _id
    omit 5193dde600 OAK-10199 : fixed code smells as suggested by Sonar
    omit a00d188edd OAK-10199 : ignore documents which doesn't have _modified field in mongo while fetching modifiedDocs
    omit 1d4f2b38ca OAK-10199 : used bulk findAndModify api to perform garbage cleanup
    omit d1da86303e OAK-10199 : override getModifiedDocs() for RDB and added unit cases for deletedProps
    omit ca02480a80 OAK-10199 : provided support for feature toggle & osgi config for detailed gc
    omit 8e14fec0dd OAK-10199 : disable the detailGc in tearDown to avoid side-effects
    omit 5b56e80d5d OAK-10199 : initial sketch of detail gc skeleton
     add 7a0b459dc4 OAK-10307: oak-shaded-guava leaks original guava as transitive dependency (#994)
     add 43d986e464 OAK-10199 : initial sketch of detail gc skeleton
     add 2d12b5d89c OAK-10199 : disable the detailGc in tearDown to avoid side-effects
     add 16497bf787 OAK-10199 : provided support for feature toggle & osgi config for detailed gc
     add 25a27b9137 OAK-10199 : override getModifiedDocs() for RDB and added unit cases for deletedProps
     add 6309472733 OAK-10199 : used bulk findAndModify api to perform garbage cleanup
     add bcf0c09d5d OAK-10199 : ignore documents which doesn't have _modified field in mongo while fetching modifiedDocs
     add 98cf9fe965 OAK-10199 : fixed code smells as suggested by Sonar
     add 4d96c5f01e OAK-10199 : updated logic to fetch nodes by sorting them on the basis of _modified & _id
     add c07e986db8 OAK-10199 : minor refactoring
     add f33a2ccf0f OAK-10199 : added test cases to fetch 5000+ modified docs in loop and verify them
     add 9f987550ce OAK-10199 : added check to include oldestId when running detailedGc very first time
     add 36f0e90736 OAK-10199 : fixed the test case with different revision for DetailedGC
     add e04e3b60fb OAK-10199 : fixed the VGC IT test cases failures for RDB
     add 6d2b3f5656 OAK-10199 : fixed the VG INIT test

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   (604821d9b9)
            \
             N -- N -- N   refs/heads/OAK-10199 (6d2b3f5656)

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:
 .gitignore                                                  |  1 +
 oak-shaded-guava/pom.xml                                    | 13 +++++++++++--
 .../jackrabbit/oak/plugins/document/VersionGCInitTest.java  |  2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)