[GitHub] [jclouds] nacx closed pull request #26: JCLOUDS-847: Poor upload performance for putBlob

2019-04-24 Thread GitBox
nacx closed pull request #26: JCLOUDS-847: Poor upload performance for putBlob URL: https://github.com/apache/jclouds/pull/26 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [jclouds] dordoriko opened a new pull request #26: JCLOUDS-847: Poor upload performance for putBlob

2019-04-24 Thread GitBox
dordoriko opened a new pull request #26: JCLOUDS-847: Poor upload performance for putBlob URL: https://github.com/apache/jclouds/pull/26 This change improves the performance of writing to sockets with the default Java URL connection HTTP client, by enlarging the buffer used for socket

[GitHub] [jclouds] nacx commented on issue #26: JCLOUDS-847: Poor upload performance for putBlob

2019-04-24 Thread GitBox
nacx commented on issue #26: JCLOUDS-847: Poor upload performance for putBlob URL: https://github.com/apache/jclouds/pull/26#issuecomment-486390906 Looks like a glitch when checking out the code... Let me close and reopen to trigger the build again -

[jira] [Commented] (JCLOUDS-847) S3 poor upload performance

2019-04-24 Thread Dori Polotsky (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825388#comment-16825388 ] Dori Polotsky commented on JCLOUDS-847: --- Closed pull request #1274 and re-opened a

Re: [jclouds/jclouds] JCLOUDS-847: Poor upload performance for putBlob (#1274)

2019-04-24 Thread dordoriko
dordoriko commented on this pull request. > @@ -325,7 +325,14 @@ * */ public static final String PROPERTY_TIMEOUTS_PREFIX = "jclouds.timeouts."; - + + /** +* Integer property. Default (32768). +* +* Buffer size for socket write. closing this PR, reopened as http

[GitHub] [jclouds] dordoriko commented on issue #26: JCLOUDS-847: Poor upload performance for putBlob

2019-04-24 Thread GitBox
dordoriko commented on issue #26: JCLOUDS-847: Poor upload performance for putBlob URL: https://github.com/apache/jclouds/pull/26#issuecomment-486346250 @nacx , @gaul , sorry for the wrong repository, I reopened the PR here. not sure what Jenkins is complaining about though.. ---

Re: [jclouds/jclouds] JCLOUDS-847: Poor upload performance for putBlob (#1274)

2019-04-24 Thread dordoriko
closing, reopened as https://github.com/apache/jclouds/pull/26 on the correct project (apache/jclouds). -- 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/1274#issuecomment-486344685

Re: [jclouds/jclouds] JCLOUDS-847: Poor upload performance for putBlob (#1274)

2019-04-24 Thread dordoriko
Closed #1274. -- 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/1274#event-2297944124

[GitHub] [jclouds] dordoriko opened a new pull request #26: JCLOUDS-847: Poor upload performance for putBlob

2019-04-24 Thread GitBox
dordoriko opened a new pull request #26: JCLOUDS-847: Poor upload performance for putBlob URL: https://github.com/apache/jclouds/pull/26 This change improves the performance of writing to sockets with the default Java URL connection HTTP client, by enlarging the buffer used for socket

Build failed in Jenkins: jclouds-cli #68

2019-04-24 Thread Apache Jenkins Server
See -- [...truncated 25.36 KB...] at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org

Jenkins build is back to normal : jclouds-karaf #69

2019-04-24 Thread Apache Jenkins Server
See

Build failed in Jenkins: jclouds-labs-openstack #32

2019-04-24 Thread Apache Jenkins Server
See -- [...truncated 59.30 KB...] at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run (

Build failed in Jenkins: jclouds-labs #45

2019-04-24 Thread Apache Jenkins Server
See -- [...truncated 127.89 KB...] at hudson.remoting.InterceptingExecutorService$1.call (InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run (FutureTask.java:2

Build failed in Jenkins: jclouds-labs-aws #32

2019-04-24 Thread Apache Jenkins Server
See -- [...truncated 58.29 KB...] at hudson.remoting.Request$2.run (Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call (InterceptingExecutorService.java:72)

Re: [jclouds/jclouds] JCLOUDS-847: Poor upload performance for putBlob (#1274)

2019-04-24 Thread Ignasi Barrera
nacx commented on this pull request. LGTM We have migrated to the Apache GitHub org. Mind closing this PR and reopening again here? https://github.com/apache/jclouds > @@ -325,7 +325,14 @@ * */ public static final String PROPERTY_TIMEOUTS_PREFIX = "jclouds.timeouts."; - + + /

[GitHub] [jclouds] nacx commented on a change in pull request #23: draft - disable AccessPolicy check for SAS Authorised azureblob

2019-04-24 Thread GitBox
nacx commented on a change in pull request #23: draft - disable AccessPolicy check for SAS Authorised azureblob URL: https://github.com/apache/jclouds/pull/23#discussion_r278148349 ## File path: providers/azureblob/src/main/java/org/jclouds/azureblob/config/InsufficientAccessRights

[GitHub] [jclouds] nacx commented on a change in pull request #23: draft - disable AccessPolicy check for SAS Authorised azureblob

2019-04-24 Thread GitBox
nacx commented on a change in pull request #23: draft - disable AccessPolicy check for SAS Authorised azureblob URL: https://github.com/apache/jclouds/pull/23#discussion_r278151052 ## File path: providers/azureblob/src/main/java/org/jclouds/azureblob/blobstore/functions/BlobPropert

[GitHub] [jclouds] nacx merged pull request #25: JCLOUDS-1496: Update maven-compiler-plugin for increased JDK compatibility

2019-04-24 Thread GitBox
nacx merged pull request #25: JCLOUDS-1496: Update maven-compiler-plugin for increased JDK compatibility URL: https://github.com/apache/jclouds/pull/25 This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (JCLOUDS-1496) Update maven-compiler-plugin for increased JDK compatibility

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

[jira] [Commented] (JCLOUDS-1496) Update maven-compiler-plugin for increased JDK compatibility

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