weizhouapache commented on issue #11141:
URL: https://github.com/apache/cloudstack/issues/11141#issuecomment-3569587859

   thanks for the information @bradh352 @TadiosAbebe @jgotteswinter 
   
   I suspected it is due to that all libvirt operations use the same instance 
of `LibvirtConnection`. a libvirt operation might delay other libvirt 
operations. we could introduce a thread pool of  `LibvirtConnection` if it 
supports concurrent operations.
   
   however, I do not know why the issue became very often in recent releases.  
can everyone share the below ?
   - global configurations (`cmk list configurations filter=id,name,value 
keyword=stats.interval`)
   - java version of kvm host (`java --version`)
   - OS distribution of kvm host (`cat /etc/os-release`)
   - libvirt and qemu version of kvm host (`virsh version`)
   - Approx. number of VMs on kvm host
   
   
   
   
   
   


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