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 "Vikas Saurabh (JIRA)" <ji...@apache.org> on 2017/06/14 11:03:00 UTC

[jira] [Created] (OAK-6348) Active deletion of blobs should have larger queue for blobs being deleted

Vikas Saurabh created OAK-6348:
----------------------------------

             Summary: Active deletion of blobs should have larger queue for blobs being deleted
                 Key: OAK-6348
                 URL: https://issues.apache.org/jira/browse/OAK-6348
             Project: Jackrabbit Oak
          Issue Type: Improvement
            Reporter: Vikas Saurabh
            Assignee: Vikas Saurabh
            Priority: Minor


At times (say during reindexing) a bunch of blobs get deleted which overwhelm currently hard-coded queue length of 1000 (this size should be ok for normal operations).

We should switch the queue to {{LinkedBlockingQueue}} with larger size (say 100k). We don't use any operations which should be expensive on LinkedQueue (v/s ArrayQueue). And ArrayQueue reserves all the space up-front so that's not a good idea anyway.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)