[
https://issues.apache.org/jira/browse/OAK-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14223155#comment-14223155
]
Alex Parvulescu commented on OAK-2289:
--------------------------------------
good catch! I think the issue is here [0], we might only need to add the
checkpoint to the list, as the comment already implies.
{code}
if (cp.equals(checkpoint)) {
temps.add(cp);
continue;
}
{code}
[0]
https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/AsyncIndexUpdate.java#L205
> Async indexer checkpoints not cleaned up under heavy load
> ---------------------------------------------------------
>
> Key: OAK-2289
> URL: https://issues.apache.org/jira/browse/OAK-2289
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: core, segmentmk
> Reporter: Michael Dürig
> Assignee: Michael Dürig
>
> Under heavy load {{NodeStore#release}} might return {{false}}. In these cases
> the asynx indexer leaks the affected checkpoint.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)