[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13644623#comment-13644623
 ] 

ASF subversion and git services commented on CLOUDSTACK-2279:
-------------------------------------------------------------

Commit c7f43d8d69d46b8fbe3744b3ff7872ed959e713b in branch refs/heads/4.1 from 
Chip Childers <[email protected]>
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=c7f43d8 ]

Look for null pointer on account id before trying to update usage when releasing
an IP. This seems to be possible if expunge fails at some point after freeing
an IP, on subsequent expunge tries the IP is freed already and gets null pointer
when looking for account id.

BUG-ID: CLOUDSTACK-2279
Bugfix-for: 4.1,4.2
Signed-off-by: Marcus Sorensen <[email protected]> 1367251304 -0600

                
> Fail to clean up networks if expunge initially had a problem
> ------------------------------------------------------------
>
>                 Key: CLOUDSTACK-2279
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2279
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: Management Server
>    Affects Versions: 4.1.0, 4.2.0
>            Reporter: Marcus Sorensen
>            Assignee: Marcus Sorensen
>            Priority: Critical
>             Fix For: 4.1.0, 4.2.0
>
>
> Noticed today that I had some VMs stuck in expunging state. Looked into it 
> and found that expunge had failed for reasons that are cleared now, but 
> subsequent tries were failing because the IP was already released, and the 
> usage event was getting a null pointer when trying to look up the account.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to