Amit Jain created OAK-3921:
------------------------------
Summary: 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
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)