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 9b67a3b03f OAK-10199 : minor refactoring
omit 580cd8e414 OAK-10199 : updated logic to fetch nodes by sorting them on
the basis of _modified & _id
omit 2a330be5e4 OAK-10199 : fixed code smells as suggested by Sonar
omit 1d47af5a84 OAK-10199 : ignore documents which doesn't have _modified
field in mongo while fetching modifiedDocs
omit 2431421d11 OAK-10199 : used bulk findAndModify api to perform garbage
cleanup
omit 202dd8a9fb OAK-10199 : override getModifiedDocs() for RDB and added
unit cases for deletedProps
omit f0dcb48535 OAK-10199 : provided support for feature toggle & osgi
config for detailed gc
omit fdee87a36c OAK-10199 : disable the detailGc in tearDown to avoid
side-effects
omit 6e25ec594d OAK-10199 : initial sketch of detail gc skeleton
add 2283639e03 OAK-10308: Tests using MongoUtils may skip even if Docker
is available
add 755416d158 Merge pull request #990 from mreutegg/OAK-10308
add 5b1f46ebf8 OAK-10310: bump testcontainers to v 1.18.3 (#992)
add 5b56e80d5d OAK-10199 : initial sketch of detail gc skeleton
add 8e14fec0dd OAK-10199 : disable the detailGc in tearDown to avoid
side-effects
add ca02480a80 OAK-10199 : provided support for feature toggle & osgi
config for detailed gc
add d1da86303e OAK-10199 : override getModifiedDocs() for RDB and added
unit cases for deletedProps
add 1d4f2b38ca OAK-10199 : used bulk findAndModify api to perform garbage
cleanup
add a00d188edd OAK-10199 : ignore documents which doesn't have _modified
field in mongo while fetching modifiedDocs
add 5193dde600 OAK-10199 : fixed code smells as suggested by Sonar
add 2aebcf6bd8 OAK-10199 : updated logic to fetch nodes by sorting them on
the basis of _modified & _id
add 394f00307c OAK-10199 : minor refactoring
add fede3f5440 OAK-10199 : added test cases to fetch 5000+ modified docs
in loop and verify them
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 (9b67a3b03f)
\
N -- N -- N refs/heads/OAK-10199 (fede3f5440)
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:
oak-parent/pom.xml | 2 +-
.../oak/plugins/document/VersionGCSupport.java | 2 +-
.../document/mongo/MongoVersionGCSupport.java | 2 +-
.../plugins/document/rdb/RDBVersionGCSupport.java | 3 +-
.../oak/plugins/document/MongoUtils.java | 5 +-
.../oak/plugins/document/VersionGCSupportTest.java | 115 ++++++++++++++++++++-
.../plugins/document/mongo/MongoDockerRule.java | 4 +
7 files changed, 123 insertions(+), 10 deletions(-)