reschke commented on code in PR #2934:
URL: https://github.com/apache/jackrabbit-oak/pull/2934#discussion_r3363050380


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStore.java:
##########
@@ -4046,18 +4043,11 @@ boolean isReadOnlyMode() {
     @Override
     public void prefetch(java.util.Collection<String> paths, NodeState 
rootState) {
         if (paths != null
-                && rootState instanceof DocumentNodeState
-                && isPrefetchEnabled()) {
+                && rootState instanceof DocumentNodeState) {

Review Comment:
   Not sure. We only checked that prefetch as already enabled "everywhere", no?



-- 
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]

Reply via email to