fabriziofortino commented on code in PR #1165:
URL: https://github.com/apache/jackrabbit-oak/pull/1165#discussion_r1366740979
##########
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/DocumentStoreIndexerBase.java:
##########
@@ -257,6 +257,8 @@ public FlatFileStore buildFlatFileStore() throws
IOException, CommitFailedExcept
}
public void reindex() throws CommitFailedException, IOException {
+ log.info("[TASK:INDEXING_JOB:START] Starting indexing job");
Review Comment:
Here is a proposal: the entire process is named `Indexing`. We can replace
the current `indexing` phase with `ingestion`. Not sure if this would require
too many changes though.
--
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]