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 2e75322f0d OAK-10199 : fixed query to avoid skipping documents with 
greater _modified timestamp
    omit 0c129bcf8b OAK-10199 : added logic to skip non garbage documents
    omit 69944e7494 OAK-10199 : added unit cases to handle concurrent prop 
update and escaped properties update
    omit fbd719dab7 OAK-10199 : handled escaped properties while deleting them
    omit 444cad1991 OAK-10199 : added test case to continue with GC even if 
there is crash
    omit 0ee6eee589 OAK-10199 : fixed logic to include previously garbage 
collected documents if updated recently
    omit 7af270c8e5 OAK-10199 : fixed the VG INIT test
    omit 82fe8744cd OAK-10199 : fixed the VGC IT test cases failures for RDB
    omit 96b8672225 OAK-10199 : fixed the test case with different revision for 
DetailedGC
    omit 9d8c2562ff OAK-10199 : added check to include oldestId when running 
detailedGc very first time
    omit 4c6fd3a977 OAK-10199 : added test cases to fetch 5000+ modified docs 
in loop and verify them
    omit ae687f3d69 OAK-10199 : minor refactoring
    omit 68d65b7377 OAK-10199 : updated logic to fetch nodes by sorting them on 
the basis of _modified & _id
    omit 540813d85d OAK-10199 : fixed code smells as suggested by Sonar
    omit 5dac6e9c38 OAK-10199 : ignore documents which doesn't have _modified 
field in mongo while fetching modifiedDocs
    omit bfa68fecc2 OAK-10199 : used bulk findAndModify api to perform garbage 
cleanup
    omit edb59cd547 OAK-10199 : override getModifiedDocs() for RDB and added 
unit cases for deletedProps
    omit 3c72c8ad4f OAK-10199 : provided support for feature toggle & osgi 
config for detailed gc
    omit 1e589883d6 OAK-10199 : disable the detailGc in tearDown to avoid 
side-effects
    omit f4784f3272 OAK-10199 : initial sketch of detail gc skeleton
     add 9e56920b14 OAK-10345 - Add debug log message if larger blob is 
compared byte-wise. (#1024)
     add 8ef02635be OAK-10352: Update (shaded) Guava to 32.1.1 (#1028)
     new bf0fee3523 OAK-10199 : initial sketch of detail gc skeleton
     new fe3f5774d6 OAK-10199 : disable the detailGc in tearDown to avoid 
side-effects
     new 4a26c5cc1f OAK-10199 : provided support for feature toggle & osgi 
config for detailed gc
     new 78b76c1ca8 OAK-10199 : override getModifiedDocs() for RDB and added 
unit cases for deletedProps
     new cf69a8fb78 OAK-10199 : used bulk findAndModify api to perform garbage 
cleanup
     new 3f6dd7657d OAK-10199 : ignore documents which doesn't have _modified 
field in mongo while fetching modifiedDocs
     new 1290f59ac0 OAK-10199 : fixed code smells as suggested by Sonar
     new 30dd826020 OAK-10199 : updated logic to fetch nodes by sorting them on 
the basis of _modified & _id
     new 59da7a4698 OAK-10199 : minor refactoring
     new 727cecbce0 OAK-10199 : added test cases to fetch 5000+ modified docs 
in loop and verify them
     new 98f7c07f6f OAK-10199 : added check to include oldestId when running 
detailedGc very first time
     new 177112195e OAK-10199 : fixed the test case with different revision for 
DetailedGC
     new b8ceb28e5f OAK-10199 : fixed the VGC IT test cases failures for RDB
     new 7a3a86a916 OAK-10199 : fixed the VG INIT test
     new 30b950992d OAK-10199 : fixed logic to include previously garbage 
collected documents if updated recently
     new 104a81a1bc OAK-10199 : added test case to continue with GC even if 
there is crash
     new 38948ad5c0 OAK-10199 : handled escaped properties while deleting them
     new 971216dcef OAK-10199 : added unit cases to handle concurrent prop 
update and escaped properties update
     new 9e98c5e12e OAK-10199 : added logic to skip non garbage documents
     new 13af971b81 OAK-10199 : fixed query to avoid skipping documents with 
greater _modified timestamp

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   (2e75322f0d)
            \
             N -- N -- N   refs/heads/OAK-10199 (13af971b81)

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.

The 20 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:
 oak-shaded-guava/pom.xml                            |  4 ++--
 .../jackrabbit/oak/plugins/memory/AbstractBlob.java | 21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 2 deletions(-)

Reply via email to