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 "Amit Jain (JIRA)" <ji...@apache.org> on 2015/08/06 06:47:04 UTC

[jira] [Resolved] (OAK-3174) [Blob GC] Make actual deletion of blobs synchronous

     [ https://issues.apache.org/jira/browse/OAK-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amit Jain resolved OAK-3174.
----------------------------
    Resolution: Fixed

Committed with:
* trunk - http://svn.apache.org/r1694393
* 1.0 - http://svn.apache.org/r1694398
* 1.2 - http://svn.apache.org/r1694399

> [Blob GC] Make actual deletion of blobs synchronous
> ---------------------------------------------------
>
>                 Key: OAK-3174
>                 URL: https://issues.apache.org/jira/browse/OAK-3174
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: blob
>            Reporter: Amit Jain
>            Assignee: Amit Jain
>             Fix For: 1.2.4, 1.3.4, 1.0.19
>
>         Attachments: OAK-3174.patch
>
>
> {{MarkSweepGarbageCollector#sweep}} at present tries to send concurrent batched requests for blob ids to be deleted. This will present a problem if too many concurrent requests are sent to the mongo/rdb exhausting the connection pool. 
> Also, there is a problem that the sweep returns without waiting for all the multiple executors to finish execution.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)