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/12 11:37:44 UTC

[jackrabbit-oak] branch trunk updated (7bcb56a077 -> a520e5de6f)

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 7bcb56a077 OAK-10291: oak-segment-remote: PersistentRedisCacheTest may fail on Windows due to insufficient pagefile size. (#977)
     new bc5150dfc8 OAK-10147: Many move operations may consume a lot of memory
     new 2a42d09b01 OAK-10147: Many move operations may consume a lot of memory
     new 32620faa29 OAK-10147: Many move operations may consume a lot of memory
     new d4df2711e0 OAK-10147: Many move operations may consume a lot of memory
     new e1f98641b7 OAK-10147: Many move operations may consume a lot of memory
     new 50586200f7 OAK-10147: Many move operations may consume a lot of memory
     new a520e5de6f Merge pull request #962 from mreutegg/OAK-10147-4

The 18543 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:
 ...ringWriteTest.java => AccessAfterMoveTest.java} |  41 ++--
 .../jackrabbit/oak/benchmark/BenchmarkRunner.java  |   3 +-
 .../main/java/org/apache/jackrabbit/oak/Oak.java   |   6 +-
 .../jackrabbit/oak/core/ContentRepositoryImpl.java |  11 +-
 .../jackrabbit/oak/core/ContentSessionImpl.java    |   9 +-
 .../apache/jackrabbit/oak/core/MutableRoot.java    | 125 ++++++++++--
 .../org/apache/jackrabbit/oak/core/SystemRoot.java |   4 +-
 .../org/apache/jackrabbit/oak/core/MoveTest.java   | 218 +++++++++++++++++----
 .../jackrabbit/oak/core/MutableRootTest.java       |   3 +-
 .../org/apache/jackrabbit/oak/core/RootTest.java   |  16 ++
 10 files changed, 358 insertions(+), 78 deletions(-)
 copy oak-benchmarks/src/main/java/org/apache/jackrabbit/oak/benchmark/{StringWriteTest.java => AccessAfterMoveTest.java} (57%)
 copy oak-it/src/test/java/org/apache/jackrabbit/oak/core/RootTest.java => oak-core/src/test/java/org/apache/jackrabbit/oak/core/MoveTest.java (64%)