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

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


    omit 2c38bcfa9d OAK-10378 : improved jacadocs on 
DocumentStore#findAndUpdate API and VersionGarbageCollector internal variables
    omit 3bbb8a69d6 OAK-10378 : added metrics to collect detailedGC cycle & 
deleted properties data
    omit f1ceb8a450 OAK-10199 : removed DetailedGC code changes for 
RDBDocumentStore
    omit 3683c0604b OAK-10199 : made detailedGC non-configurable on 
RDBDocumentStore
    omit fafcfde8c4 OAK-10199 : incorporated review comments to remove <p/> 
XHTML tags
    omit 7fcaac6175 OAK-10199 : renamed method name to avoid confusion with 
other variable of same name
    omit 2975b52f00 OAK-10199 : added unit cases for bundled properties getting 
garbaged collected as well
    omit 9ab0140888 OAK-10199 : added bundled properties while calculating the 
properties retain set as well
    omit 205e64a446 OAK-10199 : added review comment to make minor adjustment 
for naming conventions and fixes
    omit 1a44bb81b5 OAK-10199 : refactored RDBVersionGCSupport code
    omit d449698c92 OAK-10199 : fixed query to avoid skipping documents with 
greater _modified timestamp
    omit ce8f274bbf OAK-10199 : added logic to skip non garbage documents
    omit 3c2bd75a00 OAK-10199 : added unit cases to handle concurrent prop 
update and escaped properties update
    omit 36560c47c6 OAK-10199 : handled escaped properties while deleting them
    omit a58f405b4d OAK-10199 : added test case to continue with GC even if 
there is crash
    omit ea1b3c0692 OAK-10199 : fixed logic to include previously garbage 
collected documents if updated recently
    omit d26f68b60d OAK-10199 : fixed the VG INIT test
    omit e0af847730 OAK-10199 : fixed the VGC IT test cases failures for RDB
    omit bb909fba54 OAK-10199 : fixed the test case with different revision for 
DetailedGC
    omit 96e8bf1d36 OAK-10199 : added check to include oldestId when running 
detailedGc very first time
    omit aa8b7e5bfa OAK-10199 : added test cases to fetch 5000+ modified docs 
in loop and verify them
    omit fb7aa9f061 OAK-10199 : minor refactoring
    omit 2a8f93bfa0 OAK-10199 : updated logic to fetch nodes by sorting them on 
the basis of _modified & _id
    omit 68b129d079 OAK-10199 : fixed code smells as suggested by Sonar
    omit 55974dad97 OAK-10199 : ignore documents which doesn't have _modified 
field in mongo while fetching modifiedDocs
    omit bb2f543438 OAK-10199 : used bulk findAndModify api to perform garbage 
cleanup
    omit bf4f21e450 OAK-10199 : override getModifiedDocs() for RDB and added 
unit cases for deletedProps
    omit cb10cccb95 OAK-10199 : provided support for feature toggle & osgi 
config for detailed gc
    omit e677a6da5e OAK-10199 : disable the detailGc in tearDown to avoid 
side-effects
    omit 66ead92532 OAK-10199 : initial sketch of detail gc skeleton
     add 6d2fbee0f8 OAK-10412: AbstractTwoNodeTest: check preconditions in 
setup (#1081)
     add ae7a422c5b OAK-10415: AbstractTwoNodeTest: make teardown more robust 
(#1083)
     add 03f034c04c OAK-10416: AbstractTwoNodeTest: ensure RDB fixture uses 
empty DB (#1084)
     add fbf7413a01 OAK-10414: RDB*Store: update Derby dependency to 10.15.2.0 
(#1082)
     add 5b05f24ecb OAK-10357: Path option for documentstore-check
     add 9299e4f8f1 Merge pull request #1031 from mreutegg/OAK-10357
     add 27cee262b3 OAK-10419: Release Oak 1.56.0 - Candidate Release Notes 
(#1088)
     add 1b45a32e57 OAK-10199 : initial sketch of detail gc skeleton
     add 4b2db5045a OAK-10199 : disable the detailGc in tearDown to avoid 
side-effects
     add 45e59a1bc8 OAK-10199 : provided support for feature toggle & osgi 
config for detailed gc
     add 6966a41f52 OAK-10199 : override getModifiedDocs() for RDB and added 
unit cases for deletedProps
     add 281f4e280b OAK-10199 : used bulk findAndModify api to perform garbage 
cleanup
     add 6c7c4a790b OAK-10199 : ignore documents which doesn't have _modified 
field in mongo while fetching modifiedDocs
     add 3faed63193 OAK-10199 : fixed code smells as suggested by Sonar
     add 1a3008fad0 OAK-10199 : updated logic to fetch nodes by sorting them on 
the basis of _modified & _id
     add f870ddcba6 OAK-10199 : minor refactoring
     add 27f1fa0009 OAK-10199 : added test cases to fetch 5000+ modified docs 
in loop and verify them
     add ff5b2d310a OAK-10199 : added check to include oldestId when running 
detailedGc very first time
     add 85a1d13254 OAK-10199 : fixed the test case with different revision for 
DetailedGC
     add edba1fe88f OAK-10199 : fixed the VGC IT test cases failures for RDB
     add c3edb8d848 OAK-10199 : fixed the VG INIT test
     add fded0d1508 OAK-10199 : fixed logic to include previously garbage 
collected documents if updated recently
     add b5e34df0b7 OAK-10199 : added test case to continue with GC even if 
there is crash
     add 569011756b OAK-10199 : handled escaped properties while deleting them
     add 69e22730c3 OAK-10199 : added unit cases to handle concurrent prop 
update and escaped properties update
     add 1ac156e4d8 OAK-10199 : added logic to skip non garbage documents
     add 53d30dc822 OAK-10199 : fixed query to avoid skipping documents with 
greater _modified timestamp
     add 2315523fae OAK-10199 : refactored RDBVersionGCSupport code
     add 539de94fd9 OAK-10199 : added review comment to make minor adjustment 
for naming conventions and fixes
     add e08ada7ef1 OAK-10199 : added bundled properties while calculating the 
properties retain set as well
     add 0a70cd6c26 OAK-10199 : added unit cases for bundled properties getting 
garbaged collected as well
     add ffc683d43e OAK-10199 : renamed method name to avoid confusion with 
other variable of same name
     add 44a14555bd OAK-10199 : incorporated review comments to remove <p/> 
XHTML tags
     add 70fc226d20 OAK-10199 : made detailedGC non-configurable on 
RDBDocumentStore
     add d5f49d1275 OAK-10199 : removed DetailedGC code changes for 
RDBDocumentStore
     new eaf52462fd OAK-10378 : added metrics to collect detailedGC cycle & 
deleted properties data
     new 2ab0a07d6e OAK-10378 : improved jacadocs on 
DocumentStore#findAndUpdate API and VersionGarbageCollector internal variables
     new 4d3d8e3c3d OAK-10378 : added new metric for calculating documents 
missed while updating and fixed issue which causes re-iterating documents while 
calculating garbage

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   (2c38bcfa9d)
            \
             N -- N -- N   refs/heads/OAK-10378 (4d3d8e3c3d)

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 3 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:
 RELEASE-NOTES.txt                                  | 154 ++++++++-------------
 oak-parent/pom.xml                                 |   2 +-
 .../plugins/document/check/DocumentStoreCheck.java |  30 +++-
 .../oak/run/DocumentStoreCheckCommand.java         |  11 ++
 .../oak/run/DocumentStoreCheckCommandTest.java     |  31 +++++
 .../document/DetailedRevisionGCStatsCollector.java |   4 +-
 .../DetailedRevisionGCStatsCollectorImpl.java      |  16 +--
 .../plugins/document/VersionGarbageCollector.java  |  12 +-
 .../oak/plugins/document/AbstractTwoNodeTest.java  |  61 +++++---
 .../DetailedRevisionGCStatsCollectorImplTest.java  |  12 +-
 .../document/VersionGarbageCollectorIT.java        |  63 ++++++++-
 11 files changed, 243 insertions(+), 153 deletions(-)

Reply via email to