GitHub user agneya2001 opened a pull request: https://github.com/apache/cloudstack/pull/1254
CLOUDSTACK-9174: A deleted account results in NPE When an account is deleted from cloudstack for which quota is still being calculated and if the quota reaches minimum threshold then quota service will try to alert the user. This results in NPE and is fixed by excluding such accounts from alerting and other quota related mechanisms. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shapeblue/cloudstack master-9174 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1254.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1254 ---- commit c07720b73cb16cb55dc83047373e22885d47dbc5 Author: Abhinandan Prateek <abhinandan.prat...@shapeblue.com> Date: 2015-12-17T05:02:33Z CLOUDSTACK-9174: A deleted account results in NPE When an account is deleted from cloudstack for which quota is still being calculated and if the quota reaches minimum threshold then quota service will try to alert the user. This results in NPE and is fixed by excluding such accounts from alerting and other quota related mechanisms. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---