GitHub user rags22489664 opened a pull request:
https://github.com/apache/cloudstack/pull/1009
CLOUDSTACK-9006 - ListTemplates API returns result in inconsistent order
when called concurrently
The order of templates returned in the response is based on a field called
sortkey and by default value for the field is set to 0.
With more than 1000 templates, we tried listing the templates with
different page sizes concurrently, and we noticed the results being
inconsistent.
Thus we added a secondary order by clause to list templates call on
tempZonePair column to make sure the results are consistent.
The addOrderby method of Filter class was also not appending , if we added
more orderby clauses.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rags22489664/cloudstack master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1009.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 #1009
----
commit c90723f491c8da4cb9873a896a2410f60b358193
Author: ramamurtis <[email protected]>
Date: 2015-10-30T04:14:59Z
CLOUDSTACK-9006 - ListTemplates API returns result in inconsistent order
when called concurrently
----
---
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.
---