nit0906 commented on a change in pull request #340:
URL: https://github.com/apache/jackrabbit-oak/pull/340#discussion_r691920135
##########
File path:
oak-run-elastic/src/main/java/org/apache/jackrabbit/oak/index/ElasticIndexCommand.java
##########
@@ -38,6 +39,7 @@
import org.apache.jackrabbit.oak.run.cli.Options;
import org.apache.jackrabbit.oak.run.commons.Command;
import org.apache.jackrabbit.oak.run.commons.LoggingInitializer;
+import org.apache.jackrabbit.oak.segment.file.tar.index.Index;
Review comment:
Done
##########
File path:
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/IndexOptions.java
##########
@@ -183,10 +197,16 @@ public int consistencyCheckLevel(){
return consistencyCheck.value(options);
}
+ public long aysncDelay() {
+ return asyncDelay.value(options);
+ }
+
public boolean isReindex() {
return options.has(reindex);
}
+ public boolean isAsyncIndex() {return options.has(asyncIndex);}
Review comment:
Done
--
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]