You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Kishan Kavala (JIRA)" <ji...@apache.org> on 2014/10/09 07:00:42 UTC

[jira] [Resolved] (CLOUDSTACK-3401) Small page sizes return duplicate results

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kishan Kavala resolved CLOUDSTACK-3401.
---------------------------------------
    Resolution: Fixed
      Assignee: Kishan Kavala

> Small page sizes return duplicate results
> -----------------------------------------
>
>                 Key: CLOUDSTACK-3401
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3401
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: API
>    Affects Versions: 4.1.0
>            Reporter: Michael
>            Assignee: Kishan Kavala
>
> When performing a listUsageRecords query and small page sizes are used (eg 10) then the same records gets returned on different pages and some records aren't reported at all. When larger page sizes such as 100 are used we don't see any duplication although the concern is that duplication will occur.
> Example call:
> listUsageRecords( ['startdate' => '2013-06-07', 'enddate' => '2013-07-07', 'accountid' => 'xxxx', 'page' => $p, 'pagesize' => 10])
> The same call with a larger number returns the same number of overall results but those results differ.
> The expected result is that the calls to the same function with the same criteria but different page sizes should return the exact same results once all pages have been iterated through.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)