[
https://issues.apache.org/jira/browse/OAK-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15115179#comment-15115179
]
Amit Jain commented on OAK-3921:
--------------------------------
Committed to trunk with http://svn.apache.org/viewvc?rev=1726621&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)