GitHub user koushik-das opened a pull request:
https://github.com/apache/cloudstack/pull/551
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'.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/koushik-das/cloudstack CLOUDSTACK-8603
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/551.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 #551
----
commit 9f8ba5fcc8dc7d96774190bf44f848336dc06d9b
Author: Koushik Das <[email protected]>
Date: 2015-07-01T17:47:46Z
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'.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---