Alex Parvulescu created OAK-3965:
------------------------------------
Summary: 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
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)
|