[ 
https://issues.jenkins-ci.org/browse/JENKINS-13924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Damon Evans updated JENKINS-13924:
----------------------------------

    Attachment: fixed-jenkins-cloudformation-plugin.patch

Fixed patch. The original one didn't handle the exception that was thrown (I 
had confused it with the ListStacks call).
                
> Very inefficiently deleting CloudFormation stack
> ------------------------------------------------
>
>                 Key: JENKINS-13924
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13924
>             Project: Jenkins
>          Issue Type: Patch
>          Components: cloudformation, jenkins-cloudformation
>    Affects Versions: current
>         Environment: All environments.
>            Reporter: Damon Evans
>            Assignee: edovale
>             Fix For: current
>
>         Attachments: fixed-jenkins-cloudformation-plugin.patch, 
> jenkins-cloudformation-plugin.patch
>
>
> When waiting for the CloudFormation stack to delete, the method is calling 
> DescribeStacks without passing in a StackName. This results in a call that 
> will get all the information about all stacks, not just the one we are 
> waiting for. This adds a lot of time to call. By simply adding the name into 
> the call, we make a much lighter and faster call. This was already done while 
> waiting for the stack to create.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to