You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Thomas Mueller (Jira)" <ji...@apache.org> on 2020/05/26 16:48:00 UTC

[jira] [Commented] (OAK-9093) Reindexing using --doc-traversal-mode may log too much

    [ https://issues.apache.org/jira/browse/OAK-9093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17116886#comment-17116886 ] 

Thomas Mueller commented on OAK-9093:
-------------------------------------

http://svn.apache.org/r1878129

> Reindexing using --doc-traversal-mode may log too much
> ------------------------------------------------------
>
>                 Key: OAK-9093
>                 URL: https://issues.apache.org/jira/browse/OAK-9093
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: indexing, mongomk, run
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Major
>             Fix For: 1.32.0
>
>
> Indexing using oak-run and --doc-traversal-mode uses the FlatFileStore. After fixing OAK-9052, now in some cases (after one minute, if the file is small) the following INFO messages from PersistedLinkedList are logged a lot:
> {noformat}
> 14:08:40.799 [main] INFO  o.a.j.o.i.i.d.f.l.PersistedLinkedList - Entries: 33 map size: 33 file size: 2932736 bytes
> 14:08:40.799 [main] INFO  o.a.j.o.i.i.d.f.l.PersistedLinkedList - Entries: 34 map size: 34 file size: 2932736 bytes
> 14:08:40.799 [main] INFO  o.a.j.o.i.i.d.f.l.PersistedLinkedList - Entries: 35 map size: 35 file size: 2932736 bytes
> 14:08:40.799 [main] INFO  o.a.j.o.i.i.d.f.l.PersistedLinkedList - Entries: 36 map size: 36 file size: 2932736 bytes
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)