MartinEmrich commented on issue #3506: Cannot list hosts after upgrade to 4.11.3.0 URL: https://github.com/apache/cloudstack/issues/3506#issuecomment-513280323 After comparing with a working cluster, I found the issue: The `host_view` contains lots of LEFT JOINs. After removing the joins on last_annotation_view, I got results. On both servers, this view is empty, but on the other one, I got results. Then I noticed that the other server runs MariaDB 10.1.38, while the faulty server runs 10.1.28. So I upgraded MariaDB, and now it works, so it apparently was a bug in MariaDB.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
