You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2010/08/10 01:02:16 UTC

[jira] Created: (WHIRR-66) Upgrade to jclouds 1.0-beta-7

Upgrade to jclouds 1.0-beta-7
-----------------------------

                 Key: WHIRR-66
                 URL: https://issues.apache.org/jira/browse/WHIRR-66
             Project: Whirr
          Issue Type: Improvement
          Components: core
            Reporter: Tom White


jclouds 1.0-beta-7 will be available by the end of August. It will include a fix for http://code.google.com/p/jclouds/issues/detail?id=331, so WHIRR-65 can be reverted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WHIRR-66) Upgrade to jclouds 1.0-beta-7

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White resolved WHIRR-66.
----------------------------

    Fix Version/s: 0.2.0
       Resolution: Fixed

I've just committed this. Thanks, Adrian!

I tried running the Hadoop test with and without this patch, and the execution times were comparable, so I don't think that there's an issue with 1.0-beta-7.

> Upgrade to jclouds 1.0-beta-7
> -----------------------------
>
>                 Key: WHIRR-66
>                 URL: https://issues.apache.org/jira/browse/WHIRR-66
>             Project: Whirr
>          Issue Type: Improvement
>          Components: core
>            Reporter: Tom White
>            Assignee: Adrian Cole
>             Fix For: 0.2.0
>
>         Attachments: WHIRR-66.patch
>
>
> jclouds 1.0-beta-7 will be available by the end of August. It will include a fix for http://code.google.com/p/jclouds/issues/detail?id=331, so WHIRR-65 can be reverted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WHIRR-66) Upgrade to jclouds 1.0-beta-7

Posted by "Tom White (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WHIRR-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913371#action_12913371 ] 

Tom White commented on WHIRR-66:
--------------------------------

+1

I ran the tests and they all passed with this patch. The Hadoop test took 8 minutes 45 seconds, which is longer than normal. Perhaps this is because EC2 is busy, but it made me wonder if beta-7 might be slower in some way?

The reference to RunningInstanceToNodeMetadata in the top-level pom.xml can be deleted.

> Upgrade to jclouds 1.0-beta-7
> -----------------------------
>
>                 Key: WHIRR-66
>                 URL: https://issues.apache.org/jira/browse/WHIRR-66
>             Project: Whirr
>          Issue Type: Improvement
>          Components: core
>            Reporter: Tom White
>         Attachments: WHIRR-66.patch
>
>
> jclouds 1.0-beta-7 will be available by the end of August. It will include a fix for http://code.google.com/p/jclouds/issues/detail?id=331, so WHIRR-65 can be reverted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WHIRR-66) Upgrade to jclouds 1.0-beta-7

Posted by "Adrian Cole (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Cole updated WHIRR-66:
-----------------------------

    Attachment: WHIRR-66.patch

updated configuration and code to beta-7.  does not switch to micro instance

> Upgrade to jclouds 1.0-beta-7
> -----------------------------
>
>                 Key: WHIRR-66
>                 URL: https://issues.apache.org/jira/browse/WHIRR-66
>             Project: Whirr
>          Issue Type: Improvement
>          Components: core
>            Reporter: Tom White
>         Attachments: WHIRR-66.patch
>
>
> jclouds 1.0-beta-7 will be available by the end of August. It will include a fix for http://code.google.com/p/jclouds/issues/detail?id=331, so WHIRR-65 can be reverted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WHIRR-66) Upgrade to jclouds 1.0-beta-7

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White reassigned WHIRR-66:
------------------------------

    Assignee: Adrian Cole

> Upgrade to jclouds 1.0-beta-7
> -----------------------------
>
>                 Key: WHIRR-66
>                 URL: https://issues.apache.org/jira/browse/WHIRR-66
>             Project: Whirr
>          Issue Type: Improvement
>          Components: core
>            Reporter: Tom White
>            Assignee: Adrian Cole
>         Attachments: WHIRR-66.patch
>
>
> jclouds 1.0-beta-7 will be available by the end of August. It will include a fix for http://code.google.com/p/jclouds/issues/detail?id=331, so WHIRR-65 can be reverted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WHIRR-66) Upgrade to jclouds 1.0-beta-7

Posted by "Adrian Cole (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WHIRR-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907703#action_12907703 ] 

Adrian Cole commented on WHIRR-66:
----------------------------------

this will include a slight modification to the regex used in ec2 templates: .*ubuntu-images.* not ^ubuntu-images.* as canonical have changed their naming conventions.

Also, this will change the default ec2 size to t1 micro, which is less than 1/4 the cost of a m1.small.

> Upgrade to jclouds 1.0-beta-7
> -----------------------------
>
>                 Key: WHIRR-66
>                 URL: https://issues.apache.org/jira/browse/WHIRR-66
>             Project: Whirr
>          Issue Type: Improvement
>          Components: core
>            Reporter: Tom White
>
> jclouds 1.0-beta-7 will be available by the end of August. It will include a fix for http://code.google.com/p/jclouds/issues/detail?id=331, so WHIRR-65 can be reverted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.