Re: [jclouds/jclouds-labs] Refactor DimensionDataCloudControlResponseUtils waitFor* methods so they are injectable (#427)

2017-12-14 Thread Ignasi Barrera
nacx commented on this pull request. Some small comments about the predicates and timeout configuration. Overall looks good. hanks @trevorflanagan! > + public static final String SERVER_STARTED_PREDICATE = > "SERVER_STARTED_PREDICATE"; + public static final String SERVER_STOPPED_PREDICATE

[jira] [Commented] (JCLOUDS-1302) Aliyun OSS blobstore

2017-12-14 Thread zreal (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16291972#comment-16291972 ] zreal commented on JCLOUDS-1302: @Andrea Turli ,Hi Andrea, we use the old version of jclouds 1.9.1 in

Re: [jclouds/jclouds-labs] Implement GetOrCreateNetworkDomainThenCreateNodes Strategy (#426)

2017-12-14 Thread Trevor Flanagan
@trevorflanagan pushed 1 commit. 07e8d0d Implement GetOrCreateNetworkDomainThenCreateNodes Strategy. PR updates. -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [jclouds/jclouds-labs] Refactor DimensionDataCloudControlResponseUtils waitFor* methods so they are injectable (#427)

2017-12-14 Thread Trevor Flanagan
trevorflanagan commented on this pull request. > +import org.jclouds.dimensiondata.cloudcontrol.domain.NetworkDomain; +import org.jclouds.dimensiondata.cloudcontrol.domain.Server; +import org.jclouds.dimensiondata.cloudcontrol.domain.State; +import

[jclouds/jclouds-labs] Refactor DimensionDataCloudControlResponseUtils waitFor* methods so they are injectable (#427)

2017-12-14 Thread Trevor Flanagan
@nacx as requested I have done this piece of refactoring that was requested in https://github.com/jclouds/jclouds-labs/pull/426 and https://github.com/jclouds/jclouds-labs/pull/400#discussion_r127640050. You can view, comment on, or merge this pull request online at:

[jira] [Commented] (JCLOUDS-1366) OutOfMemory when InputStream referencing to big file is used as payload

2017-12-14 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16290587#comment-16290587 ] Andrew Gaul commented on JCLOUDS-1366: -- As a workaround can you try wrapping the {{File}} via Guava