nit0906 commented on code in PR #847:
URL: https://github.com/apache/jackrabbit-oak/pull/847#discussion_r1118320552
##########
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/indexversion/IndexVersionOperation.java:
##########
@@ -75,7 +78,7 @@ public String toString() {
*/
public static List<IndexVersionOperation>
generateIndexVersionOperationList(NodeState rootNode, String parentPath,
List<IndexName> indexNameObjectList, long purgeThresholdMillis) {
- return generateIndexVersionOperationList(rootNode, parentPath,
indexNameObjectList, purgeThresholdMillis, true);
+ return generateIndexVersionOperationList(rootNode, parentPath,
indexNameObjectList, purgeThresholdMillis, true, false);
Review Comment:
Made the changes to make it into 2 separate implementations so that the
logic is a bit more clean
--
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]