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

Davide Giannella closed OAK-6348.
---------------------------------

Bulk close for 1.7.2

> 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
>          Components: lucene
>            Reporter: Vikas Saurabh
>            Assignee: Vikas Saurabh
>            Priority: Minor
>             Fix For: 1.8, 1.7.2
>
>
> 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)

Reply via email to