havengit commented on issue #8266: URL: https://github.com/apache/cloudstack/issues/8266#issuecomment-1827139583
After some testing, this problem has been solved. This shouldn't be a bug. The global parameters need some optimization. default allocation: Vm stats interval 60s Vm stats max retention time 720min Modified configuration Vm stats interval 300s Vm stats max retention time 60min There are about 200+ running VMs in our environment. If calculated according to the default parameters, it will be retained 200*720=144000, after optimization: 200*60=12000 It may be that our database performance is insufficient and the amount of records is too large to complete the deletion operation as expected. There will be more and more records. It is recommended to optimize the setting value. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
