rishabhdaim commented on code in PR #1317: URL: https://github.com/apache/jackrabbit-oak/pull/1317#discussion_r1506058504
########## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java: ########## @@ -181,6 +181,8 @@ public class DocumentNodeStoreService { */ private static final String FT_NAME_DOC_STORE_THROTTLING = "FT_THROTTLING_OAK-9909"; + private static final String FT_NAME_DOC_STORE_NOCOCLEANUP = "FT_NOCOCLEANUP_OAK-10660"; Review Comment: ```suggestion private static final String FT_NAME_DOC_STORE_COCLEANUP = "FT_COCLEANUP_OAK-10660"; ``` -- 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