You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2023/01/12 12:25:56 UTC

[jackrabbit-oak] branch trunk updated (dc4a0ba7bd -> 2cb1cd3cb0)

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

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


    from dc4a0ba7bd Merge pull request #816 from rishabhdaim/OAK-10056
     new ed19990895 OAK-10034 : created an background thread to purge unmerged branch commits and collision markers for non active clusters
     new 00ac096cbb OAK-10034 : added additional check to check for lastWrittenRootRev before purging for inactive clusters
     new df53ab2ae7 OAK-10034 : moved olderThanLastWrittenRootRev Predicate to ClusterNodeInfoDocument
     new 2cb1cd3cb0 Merge pull request #812 from rishabhdaim/OAK-10034

The 18208 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:
 .../plugins/document/ClusterNodeInfoDocument.java  |  17 ++++
 .../oak/plugins/document/DocumentNodeStore.java    |  48 ++++++++-
 .../oak/plugins/document/NodeDocument.java         |  19 ++--
 .../oak/plugins/document/UnmergedBranches.java     |  21 +++-
 .../oak/plugins/document/NodeDocumentTest.java     | 107 +++++++++++++++++++--
 5 files changed, 194 insertions(+), 18 deletions(-)