kwin commented on code in PR #611:
URL: https://github.com/apache/jackrabbit-oak/pull/611#discussion_r914917831


##########
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/TrackingCorruptIndexHandler.java:
##########
@@ -113,8 +113,8 @@ public boolean isFailing(String asyncName) {
     public boolean skippingCorruptIndex(String async, String indexPath, 
Calendar corruptSince) {
         CorruptIndexInfo info = getOrCreateInfo(async, indexPath);
         if (info.skippedIndexing(checkNotNull(corruptSince))) {
-            log.warn("Ignoring corrupt index [{}] which has been marked as 
corrupt [{}]. This index " +
-                            "MUST be reindexed for indexing to work properly", 
indexPath,
+            log.warn("Ignoring index [{}] which has been marked as corrupt 
[{}]. This index " +
+                            "MUST be reindexed for search to work properly", 
indexPath,

Review Comment:
   Agree, fixed in 
https://github.com/apache/jackrabbit-oak/pull/611/commits/3b062474ba15513333b3a2885c9272af46759690.
 If there is no more feedback I would apply this PR tomorrow.



-- 
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]

Reply via email to