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 abde9bc847 OAK-10199 : removed DetailedGC code changes for
RDBDocumentStore
discard 24533d098d OAK-10199 : made detailedGC non-configurable on
RDBDocumentStore
discard 4297b327c8 OAK-10199 : incorporated review comments to remove <p/>
XHTML tags
discard 6850bb276f OAK-10199 : renamed method name to avoid confusion with
other variable of same name
discard 40ba846a34 OAK-10199 : added unit cases for bundled properties getting
garbaged collected as well
discard 30a7e6f400 OAK-10199 : added bundled properties while calculating the
properties retain set as well
discard 7695617302 OAK-10199 : added review comment to make minor adjustment
for naming conventions and fixes
discard 8374b0a733 OAK-10199 : refactored RDBVersionGCSupport code
discard 108f5c307f OAK-10199 : fixed query to avoid skipping documents with
greater _modified timestamp
discard 4a56e91950 OAK-10199 : added logic to skip non garbage documents
discard 98492f03d1 OAK-10199 : added unit cases to handle concurrent prop
update and escaped properties update
discard 29f9fe3ad5 OAK-10199 : handled escaped properties while deleting them
discard 7b0eaa5fb2 OAK-10199 : added test case to continue with GC even if
there is crash
discard 51f6e1a1ee OAK-10199 : fixed logic to include previously garbage
collected documents if updated recently
discard d10fb6aab9 OAK-10199 : fixed the VG INIT test
discard ba5e224cda OAK-10199 : fixed the VGC IT test cases failures for RDB
discard 62cfd4f5a1 OAK-10199 : fixed the test case with different revision for
DetailedGC
discard 3b84cc0263 OAK-10199 : added check to include oldestId when running
detailedGc very first time
discard 3c4ec88381 OAK-10199 : added test cases to fetch 5000+ modified docs
in loop and verify them
discard b1b5c3605c OAK-10199 : minor refactoring
discard 047d8053f9 OAK-10199 : updated logic to fetch nodes by sorting them on
the basis of _modified & _id
discard 8923d3367d OAK-10199 : fixed code smells as suggested by Sonar
discard c4d5f568d4 OAK-10199 : ignore documents which doesn't have _modified
field in mongo while fetching modifiedDocs
discard c0c16887f0 OAK-10199 : used bulk findAndModify api to perform garbage
cleanup
discard 2e1c13bf96 OAK-10199 : override getModifiedDocs() for RDB and added
unit cases for deletedProps
discard 148464f925 OAK-10199 : provided support for feature toggle & osgi
config for detailed gc
discard 0b9851851a OAK-10199 : disable the detailGc in tearDown to avoid
side-effects
discard 44b1b8dbc8 OAK-10199 : initial sketch of detail gc skeleton
add 42eee1060b OAK-10427: Clear cache on NodeDocumentCache close
add a90f97d02a Merge pull request #1098 from mreutegg/OAK-10427
new bb675c548c OAK-10199 : initial sketch of detail gc skeleton
new a59ae2fb0e OAK-10199 : disable the detailGc in tearDown to avoid
side-effects
new 051205c776 OAK-10199 : provided support for feature toggle & osgi
config for detailed gc
new a96dfc8557 OAK-10199 : override getModifiedDocs() for RDB and added
unit cases for deletedProps
new 9afce915d4 OAK-10199 : used bulk findAndModify api to perform garbage
cleanup
new 06f710e299 OAK-10199 : ignore documents which doesn't have _modified
field in mongo while fetching modifiedDocs
new 1cc1a4912c OAK-10199 : fixed code smells as suggested by Sonar
new fabe3c166d OAK-10199 : updated logic to fetch nodes by sorting them on
the basis of _modified & _id
new 8c400504e4 OAK-10199 : minor refactoring
new 8ca58d284c OAK-10199 : added test cases to fetch 5000+ modified docs
in loop and verify them
new 93b38e8bec OAK-10199 : added check to include oldestId when running
detailedGc very first time
new 0a83461acb OAK-10199 : fixed the test case with different revision for
DetailedGC
new 685f8984c7 OAK-10199 : fixed the VGC IT test cases failures for RDB
new 7b91bb17c3 OAK-10199 : fixed the VG INIT test
new 5c14ac6d8a OAK-10199 : fixed logic to include previously garbage
collected documents if updated recently
new c5e853f43b OAK-10199 : added test case to continue with GC even if
there is crash
new 4984eea7d0 OAK-10199 : handled escaped properties while deleting them
new b3ae227a7b OAK-10199 : added unit cases to handle concurrent prop
update and escaped properties update
new cbe532b93b OAK-10199 : added logic to skip non garbage documents
new d80d5eae99 OAK-10199 : fixed query to avoid skipping documents with
greater _modified timestamp
new 578b2b0d6f OAK-10199 : refactored RDBVersionGCSupport code
new 25d01cf1ef OAK-10199 : added review comment to make minor adjustment
for naming conventions and fixes
new 39eb349cb3 OAK-10199 : added bundled properties while calculating the
properties retain set as well
new f6eac061f1 OAK-10199 : added unit cases for bundled properties getting
garbaged collected as well
new 53f22b76c6 OAK-10199 : renamed method name to avoid confusion with
other variable of same name
new 81d1da8597 OAK-10199 : incorporated review comments to remove <p/>
XHTML tags
new 4508a6894c OAK-10199 : made detailedGC non-configurable on
RDBDocumentStore
new af4c4a7a96 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 (abde9bc847)
\
N -- N -- N refs/heads/DetailedGC/OAK-10199 (af4c4a7a96)
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:
.../apache/jackrabbit/oak/plugins/document/cache/NodeDocumentCache.java | 2 ++
1 file changed, 2 insertions(+)