----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12854/ -----------------------------------------------------------
Review request for cloudstack and Devdeep Singh. Bugs: CLOUDSTACK-3727 Repository: cloudstack-git Description ------- CLOUDSTACK-3727: Resource Count calculation happens for deleted accounts on restart of managment server. The method is listing all the accounts/domains including the removed ones which causes unnecessary insertion of the entries in the resource_count table. Diffs ----- server/src/com/cloud/server/ConfigurationServerImpl.java 9a9b145 Diff: https://reviews.apache.org/r/12854/diff/ Testing ------- Verified that during the startup/restart of MS, resourcetype insertion for removed accounts is not happening. Thanks, Sanjay Tripathi