Re: [jclouds/jclouds] [JCLOUDS-1428] Support for SAS token based Authentication for Azure Blob Storage (#1270)

2019-01-29 Thread Aliaksandra Kharushka
@ahorusz pushed 1 commit. fa5106a4f31a2e8f7cb2654ffc768ce1dd134867 [JCLOUDS-1428] - Support for SAS token based Authentication for Azure Blob Storage -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds/pull/1270/files/4145

Re: [jclouds/jclouds] [JCLOUDS-1428] Support for SAS token based Authentication for Azure Blob Storage (#1270)

2019-01-29 Thread Aliaksandra Kharushka
@ahorusz pushed 1 commit. 4145183ca3451b8f411f2147f55f97a4e14229ba [JCLOUDS-1428] - Support for SAS token based Authentication for Azure Blob Storage -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds/pull/1270/files/e80c

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

2019-01-29 Thread Alexandra Horuszko (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755790#comment-16755790 ] Alexandra Horuszko commented on JCLOUDS-1428: - Hello,  I have just opened

[jclouds/jclouds] [JCLOUDS-1428] Support for SAS token based Authentication for Azure Blob Storage (#1270)

2019-01-29 Thread Aliaksandra Kharushka
Hi, This a pull request which corresponds to this Jira Issue: https://issues.apache.org/jira/browse/JCLOUDS-1428 You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1270 -- Commit Summary -- * [JCLOUDS-1428] Support for SAS token based

Jenkins build is back to normal : jclouds-labs #27

2019-01-29 Thread Apache Jenkins Server
See

Build failed in Jenkins: jclouds #37

2019-01-29 Thread Apache Jenkins Server
See Changes: [gaul] Lazily open InputStream during complete MPU -- [...truncated 1.00 MB...] [INFO] allloadbalancer SKIPPED [INFO] all ...

[jira] [Commented] (JCLOUDS-1367) Blob.getPayload.openStream() is inconsistent across implementations

2019-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755719#comment-16755719 ] ASF subversion and git services commented on JCLOUDS-1367: -- Co

[jira] [Commented] (JCLOUDS-1371) LocalBlobStore.list enumerates entire container

2019-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755714#comment-16755714 ] ASF subversion and git services commented on JCLOUDS-1371: -- Co

[jira] [Commented] (JCLOUDS-1371) LocalBlobStore.list enumerates entire container

2019-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755716#comment-16755716 ] ASF subversion and git services commented on JCLOUDS-1371: -- Co

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

2019-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755717#comment-16755717 ] ASF subversion and git services commented on JCLOUDS-1488: -- Co

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

2019-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755715#comment-16755715 ] ASF subversion and git services commented on JCLOUDS-1488: -- Co

Build failed in Jenkins: jclouds-labs #26

2019-01-29 Thread Apache Jenkins Server
See -- [...truncated 767.65 KB...] [INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/labs/dimensiondata-cloudcontrol/2

Build failed in Jenkins: 2.1.x » jclouds-labs-2.1.x #28

2019-01-29 Thread Apache Jenkins Server
See -- [...truncated 599.91 KB...] [WARNING]

Re: [jclouds/jclouds] Lazily open InputStream during complete MPU (#1269)

2019-01-29 Thread Andrew Gaul
> Is there anything about this change that would merit a test? I'm assuming > "does not open tons of file descriptors" is not something that's > easy/feasible to test for..? Indeed this commit was ineffective due to JCLOUDS-1367. I added a test and fixed the other issue. -- You are receiving

Re: [jclouds/jclouds] JCLOUDS-1371: JCLOUDS-1488: list optimize prefix (#1268)

2019-01-29 Thread Andrew Phillips
demobox commented on this pull request. > @@ -148,8 +149,13 @@ public boolean blobExists(final String containerName, > final String blobName) { } @Override - public Iterable getBlobKeysInsideContainer(final String containerName) { - return containerToBlobs.get(containerName).k

[jira] [Commented] (JCLOUDS-1371) LocalBlobStore.list enumerates entire container

2019-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755560#comment-16755560 ] ASF subversion and git services commented on JCLOUDS-1371: -- Co

Re: [jclouds/jclouds] JCLOUDS-1371: JCLOUDS-1488: list optimize prefix (#1268)

2019-01-29 Thread Andrew Gaul
gaul commented on this pull request. > } else if (child.isDirectory()) { -blobNames.add(function.apply(child.getAbsolutePath()) + File.separator); // TODO: undo if failures -populateBlobKeysInContainer(child, blobNames, function); +// Consider a pre

[jira] [Commented] (JCLOUDS-1371) LocalBlobStore.list enumerates entire container

2019-01-29 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755567#comment-16755567 ] Andrew Gaul commented on JCLOUDS-1371: -- This is partially fixed via filtering the

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

2019-01-29 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul resolved JCLOUDS-1488. -- Resolution: Fixed Assignee: Andrew Gaul Fix Version/s: 2.1.2

[jira] [Commented] (JCLOUDS-1371) LocalBlobStore.list enumerates entire container

2019-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755565#comment-16755565 ] ASF subversion and git services commented on JCLOUDS-1371: -- Co

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

2019-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755566#comment-16755566 ] ASF subversion and git services commented on JCLOUDS-1488: -- Co

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

2019-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755561#comment-16755561 ] ASF subversion and git services commented on JCLOUDS-1488: -- Co

[jira] [Commented] (JCLOUDS-1371) LocalBlobStore.list enumerates entire container

2019-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755563#comment-16755563 ] ASF subversion and git services commented on JCLOUDS-1371: -- Co

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

2019-01-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755564#comment-16755564 ] ASF subversion and git services commented on JCLOUDS-1488: -- Co

Re: [jclouds/jclouds] JCLOUDS-1371: JCLOUDS-1488: list optimize prefix (#1268)

2019-01-29 Thread Timur Alperovich
timuralp approved this pull request. Looks good to me! > } else if (child.isDirectory()) { -blobNames.add(function.apply(child.getAbsolutePath()) + File.separator); // TODO: undo if failures -populateBlobKeysInContainer(child, blobNames, function); +

Re: [jclouds/jclouds] Lazily open InputStream during complete MPU (#1269)

2019-01-29 Thread Timur Alperovich
timuralp approved this pull request. Looks good to me! -- 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/pull/1269#pullrequestreview-197776920

Re: [jclouds/jclouds-examples] Added Google Cloud Storage parameterization to blobstore_basics (#97)

2019-01-29 Thread Andrew Gaul
Sorry we moved to the apache/jclouds-examples repository so that this merge actually did not take place. I manually committed it to the correct place. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclou

Re: [jclouds/jclouds] Lazily open InputStream during complete MPU (#1269)

2019-01-29 Thread Andrew Phillips
Is there anything about this change that would merit a test? I'm assuming "does not open tons of file descriptors" is not something that's easy/feasible to test for..? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https:/

Re: [jclouds/jclouds] JCLOUDS-1371: JCLOUDS-1488: list optimize prefix (#1268)

2019-01-29 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/pull/1268#pullrequestreview-197508785