Joscorbe commented on code in PR #706:
URL: https://github.com/apache/jackrabbit-oak/pull/706#discussion_r1122994821
##########
oak-run/src/main/java/org/apache/jackrabbit/oak/run/GenerateVersionInconsistencyReport.java:
##########
@@ -95,6 +95,8 @@ private void generateReport(String adminUser, String
adminPwd, String...args) th
DocumentNodeStore dns = null;
try {
DocumentNodeStoreBuilder<?> builder =
Utils.createDocumentMKBuilder(args, closer, h);
+ // Getting blobstore to trigger it to use MemoryBlobStore
+ builder.getBlobStore();
Review Comment:
I had to do a force-push to update the branch properly, as there were many
changes in trunk.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]