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 10:46:45 UTC

[jackrabbit-oak] branch DetailedGC/OAK-10199 deleted (was 394f00307c)

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


     was 394f00307c OAK-10199 : minor refactoring

This change permanently discards the following revisions:

 discard 394f00307c OAK-10199 : minor refactoring
 discard 2aebcf6bd8 OAK-10199 : updated logic to fetch nodes by sorting them on the basis of _modified & _id
 discard 5193dde600 OAK-10199 : fixed code smells as suggested by Sonar
 discard a00d188edd OAK-10199 : ignore documents which doesn't have _modified field in mongo while fetching modifiedDocs
 discard 1d4f2b38ca OAK-10199 : used bulk findAndModify api to perform garbage cleanup
 discard d1da86303e OAK-10199 : override getModifiedDocs() for RDB and added unit cases for deletedProps
 discard ca02480a80 OAK-10199 : provided support for feature toggle & osgi config for detailed gc
 discard 8e14fec0dd OAK-10199 : disable the detailGc in tearDown to avoid side-effects
 discard 5b56e80d5d OAK-10199 : initial sketch of detail gc skeleton