Hossein4185 commented on issue #7822:
URL: https://github.com/apache/cloudstack/issues/7822#issuecomment-1667259557

   Query output:
   MariaDB [cloud_usage]> select vm_instance_id,usage_type,start_date from 
usage_vm_instance uvi inner join ( select type,created,resource_id,count(*) as 
count from usage_event where processed=0 and type in 
('VM.CREATE','VM.START','VM.STOP','VM.DESTROY') group by 
resource_id,type,created having count > 1) ue on 
uvi.vm_instance_id=ue.resource_id and uvi.start_date=ue.created;
   Empty set (0.222 sec)
   
   MariaDB [cloud_usage]> 
   The problem still exists
   
   
![usage](https://github.com/apache/cloudstack/assets/136463236/8d15ae27-73a3-4020-934e-084a856cdf88)
   


-- 
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]

Reply via email to