Jenkins build is back to normal : jclouds-2.1.x-branch #51

2018-10-24 Thread jenkins-no-reply
See

Jenkins build is still unstable: jclouds #8

2018-10-24 Thread Apache Jenkins Server
See

[jira] [Commented] (JCLOUDS-1463) MachineTypeToHardware throws exception when region has no available zone

2018-10-24 Thread Felipe Matos Santana (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662231#comment-16662231 ] Felipe Matos Santana commented on JCLOUDS-1463: --- Ok, thanks for the fix [~nacx]. >

Re: [jclouds/jclouds] JCLOUDS-1460: Feat/adding aws instances (#1245)

2018-10-24 Thread Daniel Estévez
danielestevez 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/1245#pullrequestreview-167903755

Jenkins build is back to normal : jclouds-2.1.x-branch » jclouds ElasticHosts Miami provider #51

2018-10-24 Thread jenkins-no-reply
See

Re: [jclouds/jclouds] JCLOUDS-1460: Feat/adding aws instances (#1245)

2018-10-24 Thread Trent Schmidt
@trentontrees pushed 6 commits. f7b83f4 Mark sourceImage as Nullable 8b17dfe Make NovaErrorHandler logging of sensitive information configurable 767240f JCLOUDS-1462: Upgrade Apache Http driver to 4.3.6 9dd50b3 JCLOUDS-1463: Do not return MachineTypes from zones that are not available for

Re: [jclouds/jclouds] JCLOUDS-1460: Feat/adding aws instances (#1245)

2018-10-24 Thread Trent Schmidt
Took a few tries, but successfully squashed the PR. Should be good to go :) Out of curiosity, why have the original repository squash the commits? Why not use github's squash and merge option to flatten the commits? I only ask as I made a squash mistake and was lucky enough to have had a few

Re: [jclouds/jclouds] JCLOUDS-1450: Use S3-style ETags for MPUs. (#1251)

2018-10-24 Thread Timur Alperovich
timuralp commented on this pull request. > @@ -488,23 +498,37 @@ public String putBlob(final String containerName, final > Blob blob) throws IOExce String tmpBlobName = blobKey + "-" + UUID.randomUUID(); File tmpFile = getFileForBlobKey(containerName, tmpBlobName); Path

Re: [jclouds/jclouds] JCLOUDS-1450: Use S3-style ETags for MPUs. (#1251)

2018-10-24 Thread Timur Alperovich
timuralp commented on this pull request. >try { Files.createParentDirs(tmpFile); - his = new HashingInputStream(Hashing.md5(), payload.openStream()); - long actualSize = Files.asByteSink(tmpFile).writeFrom(his); + if (isMpu) { +inputStream =

Re: [jclouds/jclouds] JCLOUDS-1450: Use S3-style ETags for MPUs. (#1251)

2018-10-24 Thread Timur Alperovich
timuralp commented on this pull request. > @@ -373,7 +376,13 @@ public Blob getBlob(final String container, final String > key) { if (attributes.contains(XATTR_CONTENT_MD5)) { ByteBuffer buf = ByteBuffer.allocate(view.size(XATTR_CONTENT_MD5));

Re: [jclouds/jclouds] JCLOUDS-1450: Use S3-style ETags for MPUs. (#1251)

2018-10-24 Thread Timur Alperovich
timuralp commented on this pull request. > @@ -878,7 +888,7 @@ public String completeMultipartUpload(MultipartUpload > mpu, List p setBlobAccess(mpu.containerName(), mpu.blobName(), mpu.putOptions().getBlobAccess()); - return eTag; + return mpuETag; This will return an

Re: [jclouds/jclouds] JCLOUDS-1450: Use S3-style ETags for MPUs. (#1251)

2018-10-24 Thread Timur Alperovich
timuralp commented on this pull request. > @@ -115,6 +116,7 @@ private static final String XATTR_USER_METADATA_PREFIX = "user.user-metadata."; private static final byte[] DIRECTORY_MD5 = Hashing.md5().hashBytes(new byte[0]).asBytes(); + private static final String

Re: [jclouds/jclouds] JCLOUDS-1450: Use S3-style ETags for MPUs. (#1251)

2018-10-24 Thread Timur Alperovich
timuralp commented on this pull request. > @@ -373,7 +376,13 @@ public Blob getBlob(final String container, final String > key) { if (attributes.contains(XATTR_CONTENT_MD5)) { ByteBuffer buf = ByteBuffer.allocate(view.size(XATTR_CONTENT_MD5));

Re: [jclouds/jclouds] JCLOUDS-1450: Use S3-style ETags for MPUs. (#1251)

2018-10-24 Thread Andrew Gaul
gaul 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/1251#pullrequestreview-168100745

Re: [jclouds/jclouds] JCLOUDS-1450: Use S3-style ETags for MPUs. (#1251)

2018-10-24 Thread Andrew Gaul
Pushed to master as 539a9854c12514959264987d8a18e1cab40f2240. -- 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/1251#issuecomment-432817751

Re: [jclouds/jclouds] JCLOUDS-1450: Use S3-style ETags for MPUs. (#1251)

2018-10-24 Thread Andrew Gaul
Closed #1251. -- 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/1251#event-1924564258

[jira] [Commented] (JCLOUDS-1460) Add support for t3 instance types in AWS ec2

2018-10-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662681#comment-16662681 ] ASF subversion and git services commented on JCLOUDS-1460: -- Commit

[jira] [Commented] (JCLOUDS-1460) Add support for t3 instance types in AWS ec2

2018-10-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662680#comment-16662680 ] ASF subversion and git services commented on JCLOUDS-1460: -- Commit

[jira] [Resolved] (JCLOUDS-1460) Add support for t3 instance types in AWS ec2

2018-10-24 Thread Daniel Estevez (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Estevez resolved JCLOUDS-1460. - Resolution: Fixed Fix Version/s: 2.1.2 2.2.0 > Add support

Jenkins build is still unstable: jclouds #9

2018-10-24 Thread Apache Jenkins Server
See

Re: [jclouds/jclouds] JCLOUDS-1460: Feat/adding aws instances (#1245)

2018-10-24 Thread Daniel Estévez
Pushed to [master](http://git-wip-us.apache.org/repos/asf/jclouds/commit/219e2958) and [2.1.x](http://git-wip-us.apache.org/repos/asf/jclouds/commit/e4c99a07)! Thanks @trentontrees for the contribution!! -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [jclouds/jclouds] JCLOUDS-1460: Feat/adding aws instances (#1245)

2018-10-24 Thread Daniel Estévez
Closed #1245. -- 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/1245#event-1924344216

Re: [jclouds/jclouds] JCLOUDS-1460: Feat/adding aws instances (#1245)

2018-10-24 Thread Ignasi Barrera
Thanks for the effort! Basically, because we don't push code to GitHub but to the Apache Git repository. This is just a mirror of that one and whatever is pushed just here gets removed when the Apache Git repo is mirrored. Now that you have gotten into the wonderful world of rebasing :) would

Re: [jclouds/jclouds] JCLOUDS-1450: Use S3-style ETags for MPUs. (#1251)

2018-10-24 Thread Timur Alperovich
timuralp commented on this pull request. >} + StringBuilder mpuETagBuilder = new StringBuilder("\""); + mpuETagBuilder.append(Hashing.md5().hashString(partHashes.toString(), US_ASCII).toString()); + mpuETagBuilder.append(String.format("-%d\"", parts.size())); +

Re: [jclouds/jclouds] JCLOUDS-1450: Use S3-style ETags for MPUs. (#1251)

2018-10-24 Thread Timur Alperovich
timuralp commented on this pull request. > @@ -373,7 +376,13 @@ public Blob getBlob(final String container, final String > key) { if (attributes.contains(XATTR_CONTENT_MD5)) { ByteBuffer buf = ByteBuffer.allocate(view.size(XATTR_CONTENT_MD5));

[jira] [Commented] (JCLOUDS-1450) Multi-part upload against the filesystem provider should return ETag similar to S3

2018-10-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662807#comment-16662807 ] ASF subversion and git services commented on JCLOUDS-1450: -- Commit

Jenkins build is unstable: 2.1.x branch » jclouds-2.1.x #6

2018-10-24 Thread Apache Jenkins Server
See

Re: [jclouds/jclouds] JCLOUDS-1450: Use S3-style ETags for MPUs. (#1251)

2018-10-24 Thread Andrew Gaul
gaul commented on this pull request. > @@ -878,7 +888,7 @@ public String completeMultipartUpload(MultipartUpload > mpu, List p setBlobAccess(mpu.containerName(), mpu.blobName(), mpu.putOptions().getBlobAccess()); - return eTag; + return mpuETag; Sorry I missed that this

[jclouds/jclouds] Filesystem: Fix the MPU ETags to match S3. (#1252)

2018-10-24 Thread Timur Alperovich
Prior commit introduced a bug in the computation of the MPU ETag value, where it was concatenating strings, rather than operating on the bytes of the integer value. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1252 -- Commit Summary --

Jenkins build is still unstable: jclouds #10

2018-10-24 Thread Apache Jenkins Server
See

[jira] [Resolved] (JCLOUDS-1450) Multi-part upload against the filesystem provider should return ETag similar to S3

2018-10-24 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul resolved JCLOUDS-1450. -- Resolution: Fixed Assignee: Timur Alperovich Fix Version/s: 2.2.0 >

Jenkins build is still unstable: jclouds #7

2018-10-24 Thread Apache Jenkins Server
See

[jira] [Resolved] (JCLOUDS-1463) MachineTypeToHardware throws exception when region has no available zone

2018-10-24 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera resolved JCLOUDS-1463. - Resolution: Fixed Fix Version/s: 2.1.2 2.2.0 >

[jira] [Commented] (JCLOUDS-1463) MachineTypeToHardware throws exception when region has no available zone

2018-10-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16661846#comment-16661846 ] ASF subversion and git services commented on JCLOUDS-1463: -- Commit

Re: [jclouds/jclouds] JCLOUDS-1463: Do not return MachineTypes from zones that are not available for deploy (#1250)

2018-10-24 Thread Ignasi Barrera
Merged to [master]( http://git-wip-us.apache.org/repos/asf/jclouds/commit/9dd50b39) and [2.1.x](http://git-wip-us.apache.org/repos/asf/jclouds/commit/53c011a3). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[jira] [Commented] (JCLOUDS-1463) MachineTypeToHardware throws exception when region has no available zone

2018-10-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16661847#comment-16661847 ] ASF subversion and git services commented on JCLOUDS-1463: -- Commit

Re: [jclouds/jclouds] JCLOUDS-1463: Do not return MachineTypes from zones that are not available for deploy (#1250)

2018-10-24 Thread Ignasi Barrera
Closed #1250. -- 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/1250#event-1922549229

[jira] [Commented] (JCLOUDS-1463) MachineTypeToHardware throws exception when region has no available zone

2018-10-24 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16661857#comment-16661857 ] Ignasi Barrera commented on JCLOUDS-1463: - The fix is merged to master and 2.1.x. I don't know

Build failed in Jenkins: jclouds-2.1.x-branch #50

2018-10-24 Thread jenkins-no-reply
See Changes: [Ignasi Barrera] JCLOUDS-1463: Do not return MachineTypes from zones that are not -- [...truncated 4.46 MB...] [JENKINS] Archiving

Build failed in Jenkins: jclouds-2.1.x-branch » jclouds ElasticHosts Miami provider #50

2018-10-24 Thread jenkins-no-reply
See -- [INFO] [INFO]

Build failed in Jenkins: 2.1.x branch » jclouds-2.1.x #5

2018-10-24 Thread Apache Jenkins Server
See Changes: [nacx] JCLOUDS-1463: Do not return MachineTypes from zones that are not -- [...truncated 2.86 MB...] [JENKINS] Archiving