Github user ahgittin commented on the issue:
https://github.com/apache/brooklyn-server/pull/394
from andrea:
| Blob blob = blobStore.getBlob(containerName, blobName); is retryable
while blobExists is not. When you disable wire logging, jclouds uses a
different code path which ends up in a IOException rather than
KeyNotFoundException causing problems in Brooklyn persistence
| as jclouds convert KeyNotFoundException into null, and propagates
IOException for that getBlob method
looks reasonable to me, merging
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---