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


 discard 0bf77d1825 OAK-10199 : removed DetailedGC code changes for 
RDBDocumentStore
 discard 80633a7512 OAK-10199 : made detailedGC non-configurable on 
RDBDocumentStore
 discard 7337d5a575 OAK-10199 : incorporated review comments to remove <p/> 
XHTML tags
 discard bb025d8755 OAK-10199 : renamed method name to avoid confusion with 
other variable of same name
 discard 34fa5a1ec3 OAK-10199 : added unit cases for bundled properties getting 
garbaged collected as well
 discard 5f7109a296 OAK-10199 : added bundled properties while calculating the 
properties retain set as well
 discard 31608d00ba OAK-10199 : added review comment to make minor adjustment 
for naming conventions and fixes
 discard afff0622c6 OAK-10199 : refactored RDBVersionGCSupport code
 discard 7720da537c OAK-10199 : fixed query to avoid skipping documents with 
greater _modified timestamp
 discard 96b11eaef6 OAK-10199 : added logic to skip non garbage documents
 discard 374a57a327 OAK-10199 : added unit cases to handle concurrent prop 
update and escaped properties update
 discard 9f224f565f OAK-10199 : handled escaped properties while deleting them
 discard 3ecc6becf1 OAK-10199 : added test case to continue with GC even if 
there is crash
 discard 7c85b71472 OAK-10199 : fixed logic to include previously garbage 
collected documents if updated recently
 discard e753b64149 OAK-10199 : fixed the VG INIT test
 discard 7e56bbcfa2 OAK-10199 : fixed the VGC IT test cases failures for RDB
 discard e0bd25cee7 OAK-10199 : fixed the test case with different revision for 
DetailedGC
 discard 21095cfa14 OAK-10199 : added check to include oldestId when running 
detailedGc very first time
 discard 4b94c0d54a OAK-10199 : added test cases to fetch 5000+ modified docs 
in loop and verify them
 discard 8fb144d824 OAK-10199 : minor refactoring
 discard 1f9497672a OAK-10199 : updated logic to fetch nodes by sorting them on 
the basis of _modified & _id
 discard 6f01cc7114 OAK-10199 : fixed code smells as suggested by Sonar
 discard 28ceb7bec7 OAK-10199 : ignore documents which doesn't have _modified 
field in mongo while fetching modifiedDocs
 discard b6bd4a13cd OAK-10199 : used bulk findAndModify api to perform garbage 
cleanup
 discard 9288321568 OAK-10199 : override getModifiedDocs() for RDB and added 
unit cases for deletedProps
 discard 3138de6a47 OAK-10199 : provided support for feature toggle & osgi 
config for detailed gc
 discard ea090d5e3f OAK-10199 : disable the detailGc in tearDown to avoid 
side-effects
 discard 6c57014214 OAK-10199 : initial sketch of detail gc skeleton
     add 2c83efbefc OAK-10334: Node.addMixin() may overwrite existing mixins
     add 0b8223f113 OAK-10334: Node.addMixin() may overwrite existing mixins
     add cf521f072e Merge branch 'trunk' into OAK-10334
     add 028e8d3618 OAK-10334: Node.addMixin() may overwrite existing mixins
     add 46109d1d84 Merge branch 'trunk' into OAK-10334
     add 5ee4afcaa9 OAK-10419: Release Oak 1.56.0  - fix project versions
     add e91361faa5 Merge branch 'trunk' into OAK-10334
     add dcb47fc0bc Merge pull request #1011 from mreutegg/OAK-10334
     new 44b1b8dbc8 OAK-10199 : initial sketch of detail gc skeleton
     new 0b9851851a OAK-10199 : disable the detailGc in tearDown to avoid 
side-effects
     new 148464f925 OAK-10199 : provided support for feature toggle & osgi 
config for detailed gc
     new 2e1c13bf96 OAK-10199 : override getModifiedDocs() for RDB and added 
unit cases for deletedProps
     new c0c16887f0 OAK-10199 : used bulk findAndModify api to perform garbage 
cleanup
     new c4d5f568d4 OAK-10199 : ignore documents which doesn't have _modified 
field in mongo while fetching modifiedDocs
     new 8923d3367d OAK-10199 : fixed code smells as suggested by Sonar
     new 047d8053f9 OAK-10199 : updated logic to fetch nodes by sorting them on 
the basis of _modified & _id
     new b1b5c3605c OAK-10199 : minor refactoring
     new 3c4ec88381 OAK-10199 : added test cases to fetch 5000+ modified docs 
in loop and verify them
     new 3b84cc0263 OAK-10199 : added check to include oldestId when running 
detailedGc very first time
     new 62cfd4f5a1 OAK-10199 : fixed the test case with different revision for 
DetailedGC
     new ba5e224cda OAK-10199 : fixed the VGC IT test cases failures for RDB
     new d10fb6aab9 OAK-10199 : fixed the VG INIT test
     new 51f6e1a1ee OAK-10199 : fixed logic to include previously garbage 
collected documents if updated recently
     new 7b0eaa5fb2 OAK-10199 : added test case to continue with GC even if 
there is crash
     new 29f9fe3ad5 OAK-10199 : handled escaped properties while deleting them
     new 98492f03d1 OAK-10199 : added unit cases to handle concurrent prop 
update and escaped properties update
     new 4a56e91950 OAK-10199 : added logic to skip non garbage documents
     new 108f5c307f OAK-10199 : fixed query to avoid skipping documents with 
greater _modified timestamp
     new 8374b0a733 OAK-10199 : refactored RDBVersionGCSupport code
     new 7695617302 OAK-10199 : added review comment to make minor adjustment 
for naming conventions and fixes
     new 30a7e6f400 OAK-10199 : added bundled properties while calculating the 
properties retain set as well
     new 40ba846a34 OAK-10199 : added unit cases for bundled properties getting 
garbaged collected as well
     new 6850bb276f OAK-10199 : renamed method name to avoid confusion with 
other variable of same name
     new 4297b327c8 OAK-10199 : incorporated review comments to remove <p/> 
XHTML tags
     new 24533d098d OAK-10199 : made detailedGC non-configurable on 
RDBDocumentStore
     new abde9bc847 OAK-10199 : removed DetailedGC code changes for 
RDBDocumentStore

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   (0bf77d1825)
            \
             N -- N -- N   refs/heads/DetailedGC/OAK-10199 (abde9bc847)

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 28 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-doc-railroad-macro/pom.xml                     |  2 +-
 oak-doc/pom.xml                                    |  2 +-
 .../jackrabbit/oak/jcr/delegate/NodeDelegate.java  |  6 +--
 .../jackrabbit/oak/jcr/session/NodeImpl.java       | 13 +++---
 .../security/authorization/ReadPropertyTest.java   | 48 ++++++++++++++++++++++
 .../jackrabbit/oak/plugins/tree/TreeUtil.java      | 43 ++++++++++++++++++-
 .../jackrabbit/oak/plugins/tree/package-info.java  |  2 +-
 7 files changed, 102 insertions(+), 14 deletions(-)

Reply via email to