GitHub user koushik-das opened a pull request: https://github.com/apache/cloudstack/pull/550
GitHub master Patch for CLOUDSTACK-8603. Refer to the bug for details. You can merge this pull request into a Git repository by running: $ git pull https://github.com/koushik-das/cloudstack github_master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/550.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #550 ---- commit 215f795f1d8d33de0092e1ed39a0994355df1fd9 Author: Koushik Das <kous...@apache.org> Date: 2015-07-01T12:12:02Z CLOUDSTACK-8603: Random list VM failures at scale (more than 1000 VMs) when VM has resource tags There is no 'removed' field on the resource_tags table. So 'id' based search may return a record or null in case record is deleted. Added a check for null or empty in search resource tags based on 'id'. commit 2650adc3ad5db3ae5841955ef33fe6902f1920f1 Author: Koushik Das <kous...@apache.org> Date: 2015-07-01T13:52:33Z Merge remote-tracking branch 'origin/master' into github_master ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---