You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2021/04/08 11:06:58 UTC

[GitHub] [jackrabbit-oak] mreutegg commented on a change in pull request #283: OAK-9392: Improve resilience when primary becomes unavailable

mreutegg commented on a change in pull request #283:
URL: https://github.com/apache/jackrabbit-oak/pull/283#discussion_r609578351



##########
File path: oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoSessionFactory.java
##########
@@ -37,22 +37,23 @@
 
     private final ClientSessionOptions options;
 
+    private final MongoClock clock;

Review comment:
       The only usage is test, which is the reason I pulled it out of MongoSessionFactory. Otherwise, it is somewhat of an implementation details.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org