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 af4c4a7a96 OAK-10199 : removed DetailedGC code changes for
RDBDocumentStore
discard 4508a6894c OAK-10199 : made detailedGC non-configurable on
RDBDocumentStore
discard 81d1da8597 OAK-10199 : incorporated review comments to remove <p/>
XHTML tags
discard 53f22b76c6 OAK-10199 : renamed method name to avoid confusion with
other variable of same name
discard f6eac061f1 OAK-10199 : added unit cases for bundled properties getting
garbaged collected as well
discard 39eb349cb3 OAK-10199 : added bundled properties while calculating the
properties retain set as well
discard 25d01cf1ef OAK-10199 : added review comment to make minor adjustment
for naming conventions and fixes
discard 578b2b0d6f OAK-10199 : refactored RDBVersionGCSupport code
discard d80d5eae99 OAK-10199 : fixed query to avoid skipping documents with
greater _modified timestamp
discard cbe532b93b OAK-10199 : added logic to skip non garbage documents
discard b3ae227a7b OAK-10199 : added unit cases to handle concurrent prop
update and escaped properties update
discard 4984eea7d0 OAK-10199 : handled escaped properties while deleting them
discard c5e853f43b OAK-10199 : added test case to continue with GC even if
there is crash
discard 5c14ac6d8a OAK-10199 : fixed logic to include previously garbage
collected documents if updated recently
discard 7b91bb17c3 OAK-10199 : fixed the VG INIT test
discard 685f8984c7 OAK-10199 : fixed the VGC IT test cases failures for RDB
discard 0a83461acb OAK-10199 : fixed the test case with different revision for
DetailedGC
discard 93b38e8bec OAK-10199 : added check to include oldestId when running
detailedGc very first time
discard 8ca58d284c OAK-10199 : added test cases to fetch 5000+ modified docs
in loop and verify them
discard 8c400504e4 OAK-10199 : minor refactoring
discard fabe3c166d OAK-10199 : updated logic to fetch nodes by sorting them on
the basis of _modified & _id
discard 1cc1a4912c OAK-10199 : fixed code smells as suggested by Sonar
discard 06f710e299 OAK-10199 : ignore documents which doesn't have _modified
field in mongo while fetching modifiedDocs
discard 9afce915d4 OAK-10199 : used bulk findAndModify api to perform garbage
cleanup
discard a96dfc8557 OAK-10199 : override getModifiedDocs() for RDB and added
unit cases for deletedProps
discard 051205c776 OAK-10199 : provided support for feature toggle & osgi
config for detailed gc
discard a59ae2fb0e OAK-10199 : disable the detailGc in tearDown to avoid
side-effects
discard bb675c548c OAK-10199 : initial sketch of detail gc skeleton
add ad1a4298f2 OAK-10426: oak-segment-azure: enable baseline check (#1097)
add 757553face OAK-10425: Ability to remove mixin type without read
permission on jcr:mixinTypes property
add 09aaa8164f Merge pull request #1100 from mreutegg/OAK-10425
new 2eb2a6cebe OAK-10199 : initial sketch of detail gc skeleton
new 0c2f2c6bf7 OAK-10199 : disable the detailGc in tearDown to avoid
side-effects
new 25e5b1363e OAK-10199 : provided support for feature toggle & osgi
config for detailed gc
new 49ebde2e8f OAK-10199 : override getModifiedDocs() for RDB and added
unit cases for deletedProps
new d2ed664f94 OAK-10199 : used bulk findAndModify api to perform garbage
cleanup
new 6ed1b0c1ae OAK-10199 : ignore documents which doesn't have _modified
field in mongo while fetching modifiedDocs
new 9930d10e7d OAK-10199 : fixed code smells as suggested by Sonar
new 5463da0adf OAK-10199 : updated logic to fetch nodes by sorting them on
the basis of _modified & _id
new 3ae56d3c7a OAK-10199 : minor refactoring
new c9c492cbde OAK-10199 : added test cases to fetch 5000+ modified docs
in loop and verify them
new f6085a9f46 OAK-10199 : added check to include oldestId when running
detailedGc very first time
new 12d0837e08 OAK-10199 : fixed the test case with different revision for
DetailedGC
new c7a29e7358 OAK-10199 : fixed the VGC IT test cases failures for RDB
new 644698d057 OAK-10199 : fixed the VG INIT test
new 69b52bd0fa OAK-10199 : fixed logic to include previously garbage
collected documents if updated recently
new 5131702d32 OAK-10199 : added test case to continue with GC even if
there is crash
new 11794a11be OAK-10199 : handled escaped properties while deleting them
new 4ee104c9b1 OAK-10199 : added unit cases to handle concurrent prop
update and escaped properties update
new 8a8c3482e2 OAK-10199 : added logic to skip non garbage documents
new a397f06cc2 OAK-10199 : fixed query to avoid skipping documents with
greater _modified timestamp
new e293fd6da7 OAK-10199 : refactored RDBVersionGCSupport code
new 9fc6d411ac OAK-10199 : added review comment to make minor adjustment
for naming conventions and fixes
new c9abe5e5cf OAK-10199 : added bundled properties while calculating the
properties retain set as well
new 6a3ddfce0c OAK-10199 : added unit cases for bundled properties getting
garbaged collected as well
new f5846e5193 OAK-10199 : renamed method name to avoid confusion with
other variable of same name
new 1c70351c0f OAK-10199 : incorporated review comments to remove <p/>
XHTML tags
new c705535b22 OAK-10199 : made detailedGC non-configurable on
RDBDocumentStore
new 577aeac17f 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 (af4c4a7a96)
\
N -- N -- N refs/heads/DetailedGC/OAK-10199 (577aeac17f)
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-jcr/pom.xml | 3 +++
.../security/authorization/ReadPropertyTest.java | 25 ++++++++++++++++++++++
oak-segment-azure/pom.xml | 16 --------------
3 files changed, 28 insertions(+), 16 deletions(-)