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/06/29 07:53:50 UTC

[jackrabbit-oak] branch trunk updated (e50de3a317 -> 56366607a4)

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 e50de3a317 OAK-10226: fix lucene->elastic conversion for WordDelimiter (#1003)
     new e50f432887 OAK-10313: Identify revisions created by late-write scenario
     new 41e78a3a77 OAK-10313: Identify revisions created by late-write scenario
     new e2bbbebf49 Merge branch 'trunk' into OAK-10313
     new c5fe2b73cd OAK-10313: Identify revisions created by late-write scenario
     new 3669b31f39 Merge branch 'trunk' into OAK-10313
     new 56366607a4 Merge pull request #995 from mreutegg/OAK-10313

The 18597 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:
 ...rphanedNodeCheck.java => ConsistencyCheck.java} |  80 +--
 .../plugins/document/check/DocumentStoreCheck.java |  18 +-
 .../oak/run/DocumentStoreCheckCommand.java         |   9 +
 .../oak/plugins/document/Consistency.java          | 138 ++++
 .../oak/plugins/document/FailingDocumentStore.java |  37 +-
 .../plugins/document/WriteAfterRecoveryTest.java   | 707 +++++++++++++++++++++
 6 files changed, 930 insertions(+), 59 deletions(-)
 copy oak-run/src/main/java/org/apache/jackrabbit/oak/plugins/document/check/{OrphanedNodeCheck.java => ConsistencyCheck.java} (53%)
 create mode 100644 oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/Consistency.java
 create mode 100644 oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/WriteAfterRecoveryTest.java