stefan-egli commented on code in PR #1779:
URL: https://github.com/apache/jackrabbit-oak/pull/1779#discussion_r1829069120


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java:
##########
@@ -671,6 +680,10 @@ protected void deactivate() {
             docStoreEmbeddedVerificationFeature.close();
         }
 
+        if (prevNoPropCacheFeature != null) {

Review Comment:
   I'd suggest to move this to a separate ticket as it is unrelated. +1 for 
changing it though (but it could happen with lower prio). Wdyt?



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