[
https://issues.apache.org/jira/browse/OAK-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Parvulescu resolved OAK-3715.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.3.12
collected some offline feedback from Thomas, pushed the patch in with
http://svn.apache.org/viewvc?rev=1717636&view=rev
> SegmentWriter reduce buffer size for reading binaries
> -----------------------------------------------------
>
> Key: OAK-3715
> URL: https://issues.apache.org/jira/browse/OAK-3715
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: segmentmk
> Reporter: Alex Parvulescu
> Assignee: Alex Parvulescu
> Priority: Minor
> Fix For: 1.3.12
>
> Attachments: OAK-3715.patch
>
>
> The SegmentWriter uses an initial buffer size of 256k for reading input
> streams binaries that need to be persisted, then it checks if the input is
> smaller than 16k to verify if it can be inlined or not. [0]
> In the case the input binary is small and can be inlined (<16k), the initial
> buffer size is too wasteful and could be reduced to 16k, and if needed
> increased to 256k after the threshold check is passed.
> [0]
> https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentWriter.java#L495
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)