Chetan Mehrotra created OAK-2898:
------------------------------------
Summary: DataStoreBlobStore should expose a buffer input stream
for
Key: OAK-2898
URL: https://issues.apache.org/jira/browse/OAK-2898
Project: Jackrabbit Oak
Issue Type: Improvement
Components: blob
Reporter: Chetan Mehrotra
Priority: Minor
Fix For: 1.3.0, 1.2.3, 1.0.15
DataStoreBlobStore directly exposes the InputStream from the wrapped DataStore.
In most cases underlying DataStore exposes a LazyFileInputStream [0] which is
not buffered.
For performance reason the stream finally exposed at the BlobStore layer should
be buffered one. See [1] for the discussion
[1] http://markmail.org/thread/xi4isnzw57vphcsq
[0]
https://github.com/apache/jackrabbit/blob/trunk/jackrabbit-data/src/main/java/org/apache/jackrabbit/core/data/LazyFileInputStream.java#L102
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)