mbaedke commented on code in PR #1317: URL: https://github.com/apache/jackrabbit-oak/pull/1317#discussion_r1506099419
########## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStore.java: ########## @@ -571,6 +571,8 @@ public Long apply(@Nullable String input) { private final Feature cancelInvalidationFeature; + private final Feature noChildOrderCleanupFeature; Review Comment: I think it would be misleading. The name childOrderCleanupFeature suggests that enabling the feature would enable child order cleanup. -- 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