[ https://issues.apache.org/jira/browse/OAK-7052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289345#comment-16289345 ]
Vikas Saurabh edited comment on OAK-7052 at 12/13/17 2:44 PM: -------------------------------------------------------------- Thanks [~tmueller] for the feedback. Fixed OOM on trunk at [r1818027|https://svn.apache.org/r1818027]. Would open a separate issue for handling too-big-files-due-to-inlined-blobs. was (Author: catholicon): Fixed OOM on trunk at [r1818027|https://svn.apache.org/r1818027]. Would open a separate issue for handling too-big-files-due-to-inlined-blobs. > Active deletion purge can OOM if number of blobs listed in a file become too > large > ---------------------------------------------------------------------------------- > > Key: OAK-7052 > URL: https://issues.apache.org/jira/browse/OAK-7052 > Project: Jackrabbit Oak > Issue Type: Bug > Components: lucene > Reporter: Vikas Saurabh > Assignee: Vikas Saurabh > Fix For: 1.7.13, 1.8 > > > Actively deletion, while purging, reads blob ids from a file using > {{FileUtils#readLines}}. That method returns a list, while we only require to > iterate over the file contents line-by-line. > We should probably switch to {{FileUtils#lineIterator}} to clearly declare > our intent to read line by line. -- This message was sent by Atlassian JIRA (v6.4.14#64029)