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 "Alex Parvulescu (JIRA)" <ji...@apache.org> on 2016/02/01 15:57:39 UTC

[jira] [Updated] (OAK-3965) SegmentPropertyState external binary property reports unusual size

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

Alex Parvulescu updated OAK-3965:
---------------------------------
    Attachment: ExternalBlobIT.java.patch

...and a test

> SegmentPropertyState external binary property reports unusual size
> ------------------------------------------------------------------
>
>                 Key: OAK-3965
>                 URL: https://issues.apache.org/jira/browse/OAK-3965
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: segmentmk
>            Reporter: Alex Parvulescu
>            Assignee: Alex Parvulescu
>            Priority: Minor
>         Attachments: ExternalBlobIT.java.patch
>
>
> Calling getSize on an external binary reports a very unusual size:
> {code}
> world = {2318898817333174704 bytes}
> {code}
> the binary is actually around 17k in size.
> I think this happens because of how the size is computed, a sort of a read overflow, and it also affects the toString method [0].
> [0] https://github.com/apache/jackrabbit-oak/blob/trunk/oak-segment/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentPropertyState.java#L202



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