thomasmueller commented on code in PR #1693:
URL: https://github.com/apache/jackrabbit-oak/pull/1693#discussion_r1746877275
##########
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/pipelined/PipelinedMongoDownloadTask.java:
##########
@@ -692,7 +692,7 @@ private void download(Bson mongoQueryFilter) throws
InterruptedException, Timeou
if (failuresStartTimestamp == null) {
failuresStartTimestamp =
Instant.now().truncatedTo(ChronoUnit.SECONDS);
}
- LOG.warn("Connection error downloading from MongoDB.",
e);
+ LOG.info("Non-fatal connection error downloading from
MongoDB: {}", e.toString());
Review Comment:
I have seen people scan for "error" (case insensitive)... What about
"Non-fatal connection interruption"?
--
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]