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 2022/07/01 07:43:05 UTC

[jackrabbit-oak] branch OAK-9780 updated: OAK-9780: PoC for DocumentNodeStore cache warming

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

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


The following commit(s) were added to refs/heads/OAK-9780 by this push:
     new a8f08e4239 OAK-9780: PoC for DocumentNodeStore cache warming
a8f08e4239 is described below

commit a8f08e423984aecff09f0a06f9c6ec8684f61b0c
Author: Marcel Reutegger <ma...@gmail.com>
AuthorDate: Fri Jul 1 09:42:50 2022 +0200

    OAK-9780: PoC for DocumentNodeStore cache warming
    
    Revert whitespace change
---
 .../apache/jackrabbit/oak/plugins/document/mongo/MongoDocumentStore.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDocumentStore.java b/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDocumentStore.java
index abb4fe5c61..f8c1095def 100644
--- a/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDocumentStore.java
+++ b/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDocumentStore.java
@@ -2021,6 +2021,7 @@ public class MongoDocumentStore implements DocumentStore {
         }
         return dbConnection.createClientSession();
     }
+
     interface DocumentStoreCallable<T> {
 
         T call(@Nullable ClientSession session) throws DocumentStoreException;