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 "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2017/02/27 15:17:45 UTC

[jira] [Created] (OAK-5854) Incorrect VersionGarbageCollector log message

Marcel Reutegger created OAK-5854:
-------------------------------------

             Summary: Incorrect VersionGarbageCollector log message
                 Key: OAK-5854
                 URL: https://issues.apache.org/jira/browse/OAK-5854
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: core, documentmk
            Reporter: Marcel Reutegger
            Assignee: Marcel Reutegger
            Priority: Minor
             Fix For: 1.8


With OAK-5571 leaf documents are eagerly removed during Revision GC. The message logged before a batch of those documents are removed is incorrect. The number also includes the none-leaf documents scanned so far.

{noformat}
27.02.2017 02:20:05.701 *INFO* [sling-oak-observation-19791] org.apache.jackrabbit.oak.plugins.document.VersionGarbageCollector Proceeding to delete [6397] documents [(leaf)]
27.02.2017 02:20:05.974 *INFO* [sling-oak-observation-19791] org.apache.jackrabbit.oak.plugins.document.VersionGarbageCollector Proceeding to delete [6401] documents [(leaf)]
27.02.2017 02:20:06.222 *INFO* [sling-oak-observation-19791] org.apache.jackrabbit.oak.plugins.document.VersionGarbageCollector Proceeding to delete [6414] documents [(leaf)]
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)