[ 
https://issues.apache.org/jira/browse/WHIRR-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084591#comment-13084591
 ] 

Adrian Cole commented on WHIRR-362:
-----------------------------------

Note this also allows you to pass context properties to BlobStore, something 
not supported prior.  For example, the following configuration properly 
configures s3 to the eu region:

whirr.blobstore-location-id=EU
jclouds.aws-s3.endpoint=https://s3-eu-west-1.amazonaws.com

> BlobStore contexts are redundantly created
> ------------------------------------------
>
>                 Key: WHIRR-362
>                 URL: https://issues.apache.org/jira/browse/WHIRR-362
>             Project: Whirr
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 0.6.0
>            Reporter: Adrian Cole
>            Assignee: Adrian Cole
>             Fix For: 0.6.0
>
>         Attachments: BlobStoreContextBuilder.java
>
>
> Each time a BlobStore context is created, so are 2 more thread pools.  
> Moreover, there are remote calls to obtain provider metadata which are 
> redundantly parsed.  Like ComputeCache, we should have a cache used in 
> BlobStoreContextBuilder which is closed when the whirr processes do.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to