sureshanaparti commented on issue #9145:
URL: https://github.com/apache/cloudstack/issues/9145#issuecomment-3758389602

   @btzq I tried with the steps mentioned, but couldn't reproduce the issue. I 
think, in your case, instances were listed successfully through 
_listVirtualMachines_ (with _autoscalevmgroupid_ parameterr) call but not 
listed with  _listLoadBalancerRuleInstances_ (with _id_ parameter) call. The 
earlier call picks the instances from autoscale_vmgroup_vm_map table, later one 
from load_balancer_vm_map table. During the VM HA to another node, I noticed 
the instance record is not removed from the _load_balancer_vm_map_ table. In 
case you reproduce the issue, Can you share the logs and confirm the records in 
the autoscale_vmgroup_vm_map  and load_balancer_vm_map  tables for the 
autoscale group and load balancer rules. Thanks.
   
   For now, I've improved some of the related code here: 
https://github.com/apache/cloudstack/pull/12446


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