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 "Amit Jain (JIRA)" <ji...@apache.org> on 2016/01/27 09:48:39 UTC

[jira] [Resolved] (OAK-3921) DataStoreBlobStore - Limit resolveChunks only to non inlined blobs

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

Amit Jain resolved OAK-3921.
----------------------------
    Resolution: Fixed

Merged into 1.2 branch with http://svn.apache.org/viewvc?rev=1726959&view=rev

> DataStoreBlobStore - Limit resolveChunks only to non inlined blobs
> ------------------------------------------------------------------
>
>                 Key: OAK-3921
>                 URL: https://issues.apache.org/jira/browse/OAK-3921
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>            Reporter: Amit Jain
>            Assignee: Amit Jain
>            Priority: Minor
>              Labels: technical_debt
>             Fix For: 1.2.11, 1.3.15
>
>
> Currently, DataStoreBlobStore#resolveChunks resolves all blob ids including in-lined blobs. This is different from the AbstractBlobStore#resolveChunks which removes in-lined blobs.
> Due to this the InMemoryDataRecord had to be made public for OAK-3184 which it should not have. A proper solution would be to have the resolveChunks only return blobs stored in blob/data store. 



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