[ https://issues.apache.org/jira/browse/USERGRID-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shawn Feldman updated USERGRID-778: ----------------------------------- Sprint: Usergrid 24, Usergrid 25, Usergrid 26, Usergrid 27 (was: Usergrid 24, Usergrid 25, Usergrid 26) > Limit on Queries results in a highly variable number of results > --------------------------------------------------------------- > > Key: USERGRID-778 > URL: https://issues.apache.org/jira/browse/USERGRID-778 > Project: Usergrid > Issue Type: Bug > Reporter: Jeffrey > Assignee: David Johnson > > This behavior is observed on a build from the two-dot-o branch with commit ID > 2d1c8b8ac7b20b63a11d83adca56839d8b409cca. > For example, limit=2 gives you 1 sometimes, limit=750 gives anywhere from 625 > to 749. For example this script: > {code} > #!/bin/bash > for count in `seq 1 10` > do > curl -s > "https://example.com/appservices/testorg/sandbox/scmocks?limit=750" > > file${count} > grep uuid file${count} | wc > rm file${count} > done > {code} > Produces these results: > 685 2055 36305 > 750 2250 39750 > 749 2247 39697 > 742 2226 39326 > 750 2250 39750 > 749 2247 39697 > 747 2241 39591 > 744 2232 39432 > 750 2250 39750 > 749 2247 39697 > A different count every time. -- This message was sent by Atlassian JIRA (v6.3.4#6332)