[
https://issues.apache.org/jira/browse/OAK-10145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701727#comment-17701727
]
Thomas Mueller edited comment on OAK-10145 at 3/17/23 1:17 PM:
---------------------------------------------------------------
PR merged: 2023-03-17
was (Author: tmueller):
The PR is now merged: https://github.com/apache/jackrabbit-oak/pull/871
> Rate limit the log messages for IndexUpdate
> -------------------------------------------
>
> Key: OAK-10145
> URL: https://issues.apache.org/jira/browse/OAK-10145
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Reporter: Roxana-Elena Balasoiu
> Assignee: Thomas Mueller
> Priority: Major
>
> For those that want to use indexes in read-only mode (read from the indexes,
> but not write to them), they can simply not add the Lucene index editor
> provider when configuring Oak. However, in this case the following warning is
> logged every second many times:
>
> Missing provider for nrt/sync index: {} (rootState.async: {}).
> Please note, it means that index data should be trusted only after this index
> is processed in an async indexing cycle.
>
> The message is correct, and I think it is good, but it shouldn't be logged
> all that often: it is filling the disk. Instead, the message should be logged
> only once per minute, or so.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)