[jira] [Commented] (JCLOUDS-1176) Swift delete operation is not idempotent

2016-09-13 Thread Vijay Panghal (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15487796#comment-15487796 ] Vijay Panghal commented on JCLOUDS-1176: One more observations - When debug mode is enabled, we

[jira] [Commented] (JCLOUDS-1176) Swift delete operation is not idempotent

2016-09-13 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15487714#comment-15487714 ] Andrew Gaul commented on JCLOUDS-1176: -- We should add a portable test for delete a non-existing

[jira] [Comment Edited] (JCLOUDS-1176) Swift delete operation is not idempotent

2016-09-13 Thread Vijay Panghal (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15487796#comment-15487796 ] Vijay Panghal edited comment on JCLOUDS-1176 at 9/13/16 5:16 PM: - One

Re: [jclouds/jclouds] More fixes to parallel download resource cleanup (#1010)

2016-09-13 Thread Andrew Gaul
> } > +} catch (Exception e) { > + logger.debug(e.toString()); > + // close pipe so client is notified of an exception > + Closeables2.closeQuietly(input); > + Closeables2.closeQuietly(output); Would these work

Re: [jclouds/jclouds] More fixes to parallel download resource cleanup (#1010)

2016-09-13 Thread Andrew Gaul
> @@ -753,8 +770,24 @@ public Void call() { > return null; > } > throw new RuntimeException("After " + retryCountLimit + " retries: > " + lastException); > + } > + > + // JDK-4715154 > + private void closeDirectBuffer(MappedByteBuffer mbb) { >

Re: [jclouds/jclouds] More fixes to parallel download resource cleanup (#1010)

2016-09-13 Thread Andrew Gaul
> @@ -753,8 +770,24 @@ public Void call() { > return null; > } > throw new RuntimeException("After " + retryCountLimit + " retries: > " + lastException); > + } > + > + // JDK-4715154 > + private void closeDirectBuffer(MappedByteBuffer mbb) {

Re: [jclouds/jclouds] More fixes to parallel download resource cleanup (#1010)

2016-09-13 Thread Andrew Gaul
> @@ -706,12 +709,23 @@ public void downloadBlob(String container, String name, > File destination, Execut > > Futures.getUnchecked(Futures.allAsList(results)); > > + raf.getChannel().force(true); > + raf.getChannel().close(); > + raf.close(); > + > +

Re: [jclouds/jclouds] More fixes to parallel download resource cleanup (#1010)

2016-09-13 Thread Andrew Gaul
> @@ -57,7 +57,7 @@ > public class RegionScopedSwiftBlobStoreParallelLiveTest extends > BaseBlobStoreIntegrationTest { > > private final File BIG_FILE = new File("random.dat"); > - private final long SIZE = 10; //10 * 1000 * 1000; > + private final long SIZE = 1000; //10 *

[jira] [Created] (JCLOUDS-1178) AWS vm deletion failed: did not retry on response "The service is unavailable. Please try again shortly"

2016-09-13 Thread Aled Sage (JIRA)
9-13 21:00:09,812 DEBUG jclouds.headers [brooklyn-execmanager-YxAEEeJK-3722]: >> Authorization: AWS4-HMAC-SHA256 Credential=/20160913/us-east-1/ec2/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=84cf762b171d56299b096a106733e72bbf96d5654b4c607135cea8

Re: [jclouds/jclouds] JCLOUDS-1161: Make AWSS3BlobRequestSignerV4 the default signer. (#1008)

2016-09-13 Thread Shri Javadekar
Do the live tests run successfully on current master? The same 4 tests above failed for me on current master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds] More fixes to parallel download resource cleanup (#1010)

2016-09-13 Thread Zack Shoylev
> @@ -753,8 +770,24 @@ public Void call() { > return null; > } > throw new RuntimeException("After " + retryCountLimit + " retries: > " + lastException); > + } > + > + // JDK-4715154 > + private void closeDirectBuffer(MappedByteBuffer mbb) { >

[jclouds/jclouds] More fixes to parallel download resource cleanup (#1010)

2016-09-13 Thread Zack Shoylev
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1010 -- Commit Summary -- * More fixes to parallel download resource cleanup -- File Changes -- M

Re: [jclouds/jclouds] Some handles were not properly closed (#1007)

2016-09-13 Thread Zack Shoylev
> @@ -701,14 +702,11 @@ public void downloadBlob(String container, String name, > File destination, Execut > Futures.getUnchecked(Futures.allAsList(results)); > >} catch (IOException e) { > - // cleanup, attempt to delete large file > - if (raf != null) { > -

[jira] [Commented] (JCLOUDS-1176) Swift delete operation is not idempotent

2016-09-13 Thread Zack Shoylev (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15486872#comment-15486872 ] Zack Shoylev commented on JCLOUDS-1176: --- I'll have a look. > Swift delete operation is not

[jclouds/jclouds-labs] fix azure-arm features live tests (#317)

2016-09-13 Thread Andrea Turli
When running in isolation the *LiveTests are working fine, they fail when running all together from maven. (see https://gist.github.com/andreaturli/2725723193ee1a8362f175e8e8c76ee8) You can view, comment on, or merge this pull request online at:

[jira] [Commented] (JCLOUDS-1176) Swift delete operation is not idempotent

2016-09-13 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15486709#comment-15486709 ] Ignasi Barrera commented on JCLOUDS-1176: - [~zack-s] can you have a look at this? /cc [~gaul] >

[jira] [Updated] (JCLOUDS-1176) Swift delete operation is not idempotent

2016-09-13 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera updated JCLOUDS-1176: Assignee: Zack Shoylev > Swift delete operation is not idempotent >

[jira] [Updated] (JCLOUDS-1176) Swift delete operation is not idempotent

2016-09-13 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera updated JCLOUDS-1176: Labels: openstack-swift (was: ) > Swift delete operation is not idempotent >

[jira] [Commented] (JCLOUDS-1132) Amazon AWS - Create Volume - query params reported as unrecognized

2016-09-13 Thread Felix Otto (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15486632#comment-15486632 ] Felix Otto commented on JCLOUDS-1132: - Hi [~tusa.mihai], one question from side. Where I can find