Description
AbstractSharedCachingDataStore initializes a loader instance with a faulty implementation that closes the InputStream prematurely. This would lead to the underlying cache not being able to load the binary to store. This code path is not used currently as the binary is never forced to be loaded from cache.
Attachments
Issue Links
- is related to
-
OAK-5935 AbstractSharedCachingDataStore#getRecordIfStored should use the underlying cache.get
- Closed