[jira] [Issue Comment Deleted] (JCLOUDS-1483) Removing a blob from a Swift container using BlobStore.removeBlob fails.

2019-01-18 Thread Biswa Ranjan Ray (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Biswa Ranjan Ray updated JCLOUDS-1483: -- Comment: was deleted (was: I investigated and figured out the build issue I was facin

[jira] [Commented] (JCLOUDS-1483) Removing a blob from a Swift container using BlobStore.removeBlob fails.

2019-01-18 Thread Biswa Ranjan Ray (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16746054#comment-16746054 ] Biswa Ranjan Ray commented on JCLOUDS-1483: --- _Trial 1:_ _b. Build failed bec

[jira] [Updated] (JCLOUDS-1488) Filesystem list call with prefix is slow in large containers

2019-01-18 Thread Lari Sinisalo (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lari Sinisalo updated JCLOUDS-1488: --- Description: When the filesystem blobstore is used, running the following code takes very

[jira] [Updated] (JCLOUDS-1488) Filesystem list call with prefix is slow in large containers

2019-01-18 Thread Lari Sinisalo (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lari Sinisalo updated JCLOUDS-1488: --- Attachment: JCLOUDS1488.java > Filesystem list call with prefix is slow in large containers

[jira] [Commented] (JCLOUDS-1488) Filesystem list call with prefix is slow in large containers

2019-01-18 Thread Lari Sinisalo (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16746126#comment-16746126 ] Lari Sinisalo commented on JCLOUDS-1488: In org.jclouds.blobstore.config.LocalB

[jira] [Created] (JCLOUDS-1488) Filesystem list call with prefix is slow in large containers

2019-01-18 Thread Lari Sinisalo (JIRA)
Lari Sinisalo created JCLOUDS-1488: -- Summary: Filesystem list call with prefix is slow in large containers Key: JCLOUDS-1488 URL: https://issues.apache.org/jira/browse/JCLOUDS-1488 Project: jclouds

[jira] [Commented] (JCLOUDS-1428) Support for SAS token based Authentication for Azure Blob Storage

2019-01-18 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16746375#comment-16746375 ] Ignasi Barrera commented on JCLOUDS-1428: - {quote} Anyway, I would be really gl

Re: [jclouds/jclouds-labs] JCLOUDS-1486 - Fix NPE and Remove Nullable osImageKey From OsImage (#453)

2019-01-18 Thread Ignasi Barrera
nacx approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/453#pullrequestreview-194139976

Re: [jclouds/jclouds-labs] JCLOUDS-1486 - Fix NPE and Remove Nullable osImageKey From OsImage (#453)

2019-01-18 Thread Ignasi Barrera
Closed #453. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/453#event-2083184604

Re: [jclouds/jclouds-labs] JCLOUDS-1486 - Fix NPE and Remove Nullable osImageKey From OsImage (#453)

2019-01-18 Thread Ignasi Barrera
Thanks @jawnclarke! Merged to master and 2.1.x. Please open further PRs in the [apache org repo](https://github.com/apache/jclouds-labs). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-lab

[GitHub] nacx opened a new pull request #2: PR build test. Do not merge

2019-01-18 Thread GitBox
nacx opened a new pull request #2: PR build test. Do not merge URL: https://github.com/apache/jclouds-site/pull/2 PR build test. Do not merge This is an automated message from the Apache Git Service. To respond to the message,

Re: [jclouds/jclouds-labs] JCLOUDS-1407 Add dimensiondata server API v2.7 supportServer API 2.7 support (#447)

2019-01-18 Thread Ignasi Barrera
nacx approved this pull request. There are just minor and cosmetic comments. Model looks very good and clean. Thanks! I'll merge the PR as soon as comments are addressed. > +import java.util.List; + +@AutoValue +public abstract class IdeController { + + public abstract String id(); + + publi

Re: [jclouds/jclouds-labs] JCLOUDS-1407 Add dimensiondata server API v2.7 supportServer API 2.7 support (#447)

2019-01-18 Thread Ignasi Barrera
Also please rebase to make sure there are no conflicts. And apologies for the delay in the review. We've been busy with jclouds housekeeping stuff these months. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github

Re: [jclouds/jclouds] JCLOUDS-769: streaming putBlob (#1129)

2019-01-18 Thread Ignasi Barrera
Hm, I see where you're going. The main issue I see with this approach is that a client won't know actually when a streaming request has finished, and won't have access to the response code, which might be important... How are we handling streaming requests to endpoints return a redirect (3xx

[jira] [Commented] (JCLOUDS-1488) Filesystem list call with prefix is slow in large containers

2019-01-18 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16746537#comment-16746537 ] Andrew Gaul commented on JCLOUDS-1488: -- I agree with your diagnosis and this is a

[GitHub] nacx closed pull request #2: PR build test. Do not merge

2019-01-18 Thread GitBox
nacx closed pull request #2: PR build test. Do not merge URL: https://github.com/apache/jclouds-site/pull/2 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] nacx opened a new pull request #2: PR build test. Do not merge

2019-01-18 Thread GitBox
nacx opened a new pull request #2: PR build test. Do not merge URL: https://github.com/apache/jclouds-site/pull/2 PR build test. Do not merge This is an automated message from the Apache Git Service. To respond to the message,