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 "Pierre Tager (JIRA)" <ji...@apache.org> on 2014/06/18 18:22:25 UTC

[jira] [Comment Edited] (OAK-1877) Hourly async reindexing on an idle instance

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

Pierre Tager edited comment on OAK-1877 at 6/18/14 4:21 PM:
------------------------------------------------------------

[~jukkaz] [~alex.parvulescu]
are we tracking the long term solution to eliminate the remaining 1MB growth per hour, or has that been fixed with the latest changes?

Got your answer on Granite-6164, thanks.


was (Author: ptager):
[~jukkaz] [~alex.parvulescu]
are we tracking the long term solution to eliminate the remaining 1MB growth per hour, or has that been fixed with the latest changes?

> Hourly async reindexing on an idle instance
> -------------------------------------------
>
>                 Key: OAK-1877
>                 URL: https://issues.apache.org/jira/browse/OAK-1877
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.0
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Critical
>             Fix For: 1.0.1, 1.1
>
>         Attachments: updates-without-indexed-changes.patch
>
>
> OAK-1292 introduced the following interesting but not very nice behavior:
> On an idle system with no changes for an extended amount of time, the OAK-1292 change blocks the async indexer from updating the reference to the last indexed checkpoint. After one hour (the default checkpoint lifetime), the referenced checkpoint will expire, and the indexer will fall back to full reindexing.
> The result of this behavior is that once every hour, the size of an idle instance will grow with dozens or hundreds of megabytes of new index data generated by reindexing. Older index data becomes garbage, but the compaction code from OAK-1804 is needed to make it collectable. A better solution would be to prevent the reindexing from happening in the first place.



--
This message was sent by Atlassian JIRA
(v6.2#6252)