[
https://issues.apache.org/jira/browse/JCLOUDS-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cservenak, Tamas updated JCLOUDS-1385:
--------------------------------------
Labels: blobstore (was: )
> Possible inconsistency with BlobStore list operations w/ and w/o metadata
> --------------------------------------------------------------------------
>
> Key: JCLOUDS-1385
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1385
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-blobstore
> Reporter: Cservenak, Tamas
> Priority: Major
> Labels: blobstore
>
> When you do a "list" on a folder, depending do you ask for blob metadata or
> not, you get different results. If you DO ask for metadata too, you will get
> only blobs in result, while if you DO NOT ask for metadata, you will get
> blobs and sub-folders too in result.
> I suspect that the reason of this is the predicate filtering (input.getType()
> == StorageType.BLOB) in class FetchBlobMetadata.
> I guess it may be optimised to not call into blobstore.blobMetadata for
> input.getType() != StorageType.BLOB?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)