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 13af971b81 OAK-10199 : fixed query to avoid skipping documents with 
greater _modified timestamp
    omit 9e98c5e12e OAK-10199 : added logic to skip non garbage documents
    omit 971216dcef OAK-10199 : added unit cases to handle concurrent prop 
update and escaped properties update
    omit 38948ad5c0 OAK-10199 : handled escaped properties while deleting them
    omit 104a81a1bc OAK-10199 : added test case to continue with GC even if 
there is crash
    omit 30b950992d OAK-10199 : fixed logic to include previously garbage 
collected documents if updated recently
    omit 7a3a86a916 OAK-10199 : fixed the VG INIT test
    omit b8ceb28e5f OAK-10199 : fixed the VGC IT test cases failures for RDB
    omit 177112195e OAK-10199 : fixed the test case with different revision for 
DetailedGC
    omit 98f7c07f6f OAK-10199 : added check to include oldestId when running 
detailedGc very first time
    omit 727cecbce0 OAK-10199 : added test cases to fetch 5000+ modified docs 
in loop and verify them
    omit 59da7a4698 OAK-10199 : minor refactoring
    omit 30dd826020 OAK-10199 : updated logic to fetch nodes by sorting them on 
the basis of _modified & _id
    omit 1290f59ac0 OAK-10199 : fixed code smells as suggested by Sonar
    omit 3f6dd7657d OAK-10199 : ignore documents which doesn't have _modified 
field in mongo while fetching modifiedDocs
    omit cf69a8fb78 OAK-10199 : used bulk findAndModify api to perform garbage 
cleanup
    omit 78b76c1ca8 OAK-10199 : override getModifiedDocs() for RDB and added 
unit cases for deletedProps
    omit 4a26c5cc1f OAK-10199 : provided support for feature toggle & osgi 
config for detailed gc
    omit fe3f5774d6 OAK-10199 : disable the detailGc in tearDown to avoid 
side-effects
    omit bf0fee3523 OAK-10199 : initial sketch of detail gc skeleton
     add d25ee850b9 OAK-10340: Child order not updated on source after move
     add 28afb67641 OAK-10340: Child order not updated on source after move
     add f23db0f19e OAK-10340: Child order not updated on source after move
     add 909c336170 Merge branch 'trunk' into OAK-10340
     add c803ee28f4 Merge pull request #1017 from mreutegg/OAK-10340
     add d268b6762e OAK-10354: Release Oak 1.54.0 - Candidate Release Notes 
(#1030)
     add 49c563f9d7 [maven-release-plugin] prepare release jackrabbit-oak-1.54.0
     add 99a1cdb317 [maven-release-plugin] rollback the release of 
jackrabbit-oak-1.54.0
     add cb00765f3c OAK-10273: Index-definition json created during oak-run 
reindex shoul… (#991)
     add 95b8414b59 wq Merge branch 'trunk' of 
https://gitbox.apache.org/repos/asf/jackrabbit-oak into trunk
     add 59f25b5ee7 OAK-10354: Release Oak 1.54.0 - update release notes
     add 0a30fd1db8 Merge branch 'trunk' of 
https://gitbox.apache.org/repos/asf/jackrabbit-oak into trunk
     add 5e3048b9ae [maven-release-plugin] prepare release jackrabbit-oak-1.54.0
     add cab87a64fe [maven-release-plugin] prepare for next development 
iteration
     add 8f0bedf8a4 OAK-10356 - Adjust lower and upper bounds of auto-detected 
memory limits in PipelinedStrategy (#1032)
     add 5502030f81 OAK-10350: Update spring-boot dependency to version 2.7.13 
(#1027)
     add 1b3d7828e1 Revert "[maven-release-plugin] prepare for next development 
iteration"
     add f54c982b39 Revert "[maven-release-plugin] prepare release 
jackrabbit-oak-1.54.0"
     add 0ef4c3d806 OAK-10361: Exclude dependency-reduced-pom.xml from the 
source package during release (#1033)
     add c92d4c4d12 OAK-10354: Release Oak 1.54.0 - update release notes
     add 5499f6cd3f [maven-release-plugin] prepare release jackrabbit-oak-1.54.0
     add 814e7c53c5 [maven-release-plugin] prepare for next development 
iteration
     add 32f40b2dc7 OAK-10199 : initial sketch of detail gc skeleton
     add c6e2771914 OAK-10199 : disable the detailGc in tearDown to avoid 
side-effects
     add 6cfb7a7811 OAK-10199 : provided support for feature toggle & osgi 
config for detailed gc
     add 4839d5ea05 OAK-10199 : override getModifiedDocs() for RDB and added 
unit cases for deletedProps
     add a4e445e1e5 OAK-10199 : used bulk findAndModify api to perform garbage 
cleanup
     add 8d2e37dc4c OAK-10199 : ignore documents which doesn't have _modified 
field in mongo while fetching modifiedDocs
     add 10074d1f5b OAK-10199 : fixed code smells as suggested by Sonar
     add 3a1f96d5f9 OAK-10199 : updated logic to fetch nodes by sorting them on 
the basis of _modified & _id
     add 3a39edd575 OAK-10199 : minor refactoring
     add d494479664 OAK-10199 : added test cases to fetch 5000+ modified docs 
in loop and verify them
     add 50fdcbbd5b OAK-10199 : added check to include oldestId when running 
detailedGc very first time
     add accbc1e3a3 OAK-10199 : fixed the test case with different revision for 
DetailedGC
     add 687b1816f5 OAK-10199 : fixed the VGC IT test cases failures for RDB
     add 16cdfa89a9 OAK-10199 : fixed the VG INIT test
     add 8fef164c18 OAK-10199 : fixed logic to include previously garbage 
collected documents if updated recently
     add 96a0ae498c OAK-10199 : added test case to continue with GC even if 
there is crash
     add fed7c6e0a7 OAK-10199 : handled escaped properties while deleting them
     add 9630a66d5a OAK-10199 : added unit cases to handle concurrent prop 
update and escaped properties update
     add 7164a7ddc3 OAK-10199 : added logic to skip non garbage documents
     add 61b88672eb OAK-10199 : fixed query to avoid skipping documents with 
greater _modified timestamp
     add a54e5a5d9f OAK-10199 : refactored RDBVersionGCSupport code

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

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:
 RELEASE-NOTES.txt                                  | 162 ++++++++++++---------
 assembly.xml                                       |   1 +
 oak-api/pom.xml                                    |   2 +-
 oak-auth-external/pom.xml                          |   2 +-
 oak-auth-ldap/pom.xml                              |   2 +-
 oak-authorization-cug/pom.xml                      |   2 +-
 oak-authorization-principalbased/pom.xml           |   2 +-
 oak-benchmarks-elastic/pom.xml                     |   2 +-
 oak-benchmarks-lucene/pom.xml                      |   2 +-
 oak-benchmarks-solr/pom.xml                        |   2 +-
 oak-benchmarks/pom.xml                             |   2 +-
 oak-blob-cloud-azure/pom.xml                       |   2 +-
 oak-blob-cloud/pom.xml                             |   2 +-
 oak-blob-plugins/pom.xml                           |   2 +-
 oak-blob/pom.xml                                   |   2 +-
 oak-commons/pom.xml                                |   2 +-
 oak-core-spi/pom.xml                               |   2 +-
 oak-core/pom.xml                                   |   2 +-
 .../apache/jackrabbit/oak/core/MutableTree.java    |   9 +-
 .../org/apache/jackrabbit/oak/core/MoveTest.java   |  53 +++++++
 oak-examples/pom.xml                               |   2 +-
 oak-examples/standalone/pom.xml                    |   4 +-
 oak-examples/webapp/pom.xml                        |   2 +-
 oak-exercise/pom.xml                               |   2 +-
 oak-http/pom.xml                                   |   2 +-
 oak-it-osgi/pom.xml                                |   2 +-
 oak-it/pom.xml                                     |   2 +-
 oak-jackrabbit-api/pom.xml                         |   2 +-
 oak-jcr/pom.xml                                    |   2 +-
 oak-lucene/pom.xml                                 |   2 +-
 oak-parent/pom.xml                                 |   4 +-
 oak-pojosr/pom.xml                                 |   2 +-
 oak-query-spi/pom.xml                              |   2 +-
 oak-run-commons/pom.xml                            |   2 +-
 .../jackrabbit/oak/index/IndexerSupport.java       |   2 +-
 .../flatfile/pipelined/NodeStateEntryBatch.java    |   6 +-
 .../flatfile/pipelined/PipelinedStrategy.java      |  20 ++-
 .../oak/index/AbstractIndexTestCommand.java        |  11 ++
 .../pipelined/NodeStateEntryBatchTest.java         |  19 ++-
 .../pipelined/PipelinedSortBatchTaskTest.java      |   8 +-
 oak-run-elastic/pom.xml                            |   2 +-
 .../oak/index/ElasticAbstractIndexCommandTest.java |   3 +-
 oak-run/pom.xml                                    |   2 +-
 .../oak/index/LuceneAbstractIndexCommandTest.java  |   3 +-
 .../org/apache/jackrabbit/oak/index/ReindexIT.java |  40 ++++-
 oak-search-elastic/pom.xml                         |   2 +-
 oak-search-mt/pom.xml                              |   2 +-
 oak-search/pom.xml                                 |   2 +-
 oak-security-spi/pom.xml                           |   2 +-
 oak-segment-aws/pom.xml                            |   2 +-
 oak-segment-azure/pom.xml                          |   2 +-
 oak-segment-remote/pom.xml                         |   2 +-
 oak-segment-tar/pom.xml                            |   2 +-
 oak-shaded-guava/pom.xml                           |   2 +-
 oak-solr-core/pom.xml                              |   2 +-
 oak-solr-osgi/pom.xml                              |   2 +-
 oak-store-composite/pom.xml                        |   2 +-
 oak-store-document/pom.xml                         |   2 +-
 .../plugins/document/rdb/RDBVersionGCSupport.java  |  54 ++++---
 oak-store-spi/pom.xml                              |   2 +-
 oak-upgrade/pom.xml                                |   2 +-
 pom.xml                                            |   4 +-
 62 files changed, 319 insertions(+), 174 deletions(-)

Reply via email to