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 2011/01/26 18:34:44 UTC

[jira] Updated: (WHIRR-170) Instances should be started in the order specified in the template

     [ https://issues.apache.org/jira/browse/WHIRR-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated WHIRR-170:
----------------------------

    Attachment: WHIRR-170.patch

This patch uses LinkedHashSet instead of HashSet. It doesn't introduce role order - perhaps we can do that in another JIRA when we have a service that relies on it?

> Instances should be started in the order specified in the template
> ------------------------------------------------------------------
>
>                 Key: WHIRR-170
>                 URL: https://issues.apache.org/jira/browse/WHIRR-170
>             Project: Whirr
>          Issue Type: Bug
>          Components: core
>            Reporter: Tom White
>         Attachments: WHIRR-170.patch
>
>
> For example, with a template "1 nn+jt, 1 dn+tt" we sometimes see the dn+tt instance launched before the nn+jt instance. This doesn't cause a problem in this case, but it's slightly confusing and easy to fix by using LinkedHashSet rather than HashSet.

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