[
https://issues.apache.org/jira/browse/JCLOUDS-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755719#comment-16755719
]
ASF subversion and git services commented on JCLOUDS-1367:
----------------------------------------------------------
Commit 13f32b28c90f4dda7ea21c95380d8c0879ba91fe in jclouds's branch
refs/heads/master from Andrew Gaul
[ https://gitbox.apache.org/repos/asf?p=jclouds.git;h=13f32b2 ]
Lazily open InputStream during complete MPU
Previously the filesystem provider could exhaust file descriptors by
eagerly opening up to 10,000 parts. This partially undoes
JCLOUDS-1367.
> Blob.getPayload.openStream() is inconsistent across implementations
> -------------------------------------------------------------------
>
> Key: JCLOUDS-1367
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1367
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-blobstore
> Affects Versions: 2.1.0
> Reporter: Rishab Manocha
> Assignee: Andrew Gaul
> Priority: Minor
> Labels: filesystem, transient
> Fix For: 2.2.0
>
>
> Blob.getPayload.openStream() returns a new InputStream object if the payload
> is a sub type of InputStream but returns the same stream if the payload is
> of type InputStream.
> It would be desirable to have it return a new Stream object which can be read
> independently.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)