You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "David Johnson (JIRA)" <ji...@apache.org> on 2015/07/02 16:47:04 UTC

[jira] [Commented] (USERGRID-778) Limit on Queries results in a highly variable number of results

    [ https://issues.apache.org/jira/browse/USERGRID-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14612028#comment-14612028 ] 

David Johnson commented on USERGRID-778:
----------------------------------------

I cannot reproduce this locally on a system running the exact same code. With a collection of 2000 entities, a query with limit 750 always returns 750 entities.

> 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 1 2 3 4 5 6 7 8 9 10
> do 
>     curl -s "https://tmobileprd-prd01.apigee.net/appservices/rebelliondevbaas/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)