rishabhdaim commented on code in PR #1454: URL: https://github.com/apache/jackrabbit-oak/pull/1454#discussion_r1611352478
########## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java: ########## @@ -225,6 +236,8 @@ static DocumentStoreType fromString(String type) { private Feature docStoreThrottlingFeature; private Feature noChildOrderCleanupFeature; private Feature cancelInvalidationFeature; + private Feature docStoreFullGCFeature; + private Feature docStoreEmbeddedVerificationFeature; Review Comment: Addressed in https://github.com/apache/jackrabbit-oak/pull/1482/commits/6b699d245d42d4272e5d7ba4e833d195e7586706 -- 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: dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org