From dev-return-8022-apmail-falcon-dev-archive=falcon.apache.org@falcon.incubator.apache.org Sat Nov 8 20:48:55 2014 Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C399F176DF for ; Sat, 8 Nov 2014 20:48:55 +0000 (UTC) Received: (qmail 99920 invoked by uid 500); 8 Nov 2014 20:48:55 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 99878 invoked by uid 500); 8 Nov 2014 20:48:55 -0000 Mailing-List: contact dev-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list dev@falcon.incubator.apache.org Received: (qmail 99867 invoked by uid 99); 8 Nov 2014 20:48:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Nov 2014 20:48:55 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 08 Nov 2014 20:48:54 +0000 Received: (qmail 98947 invoked by uid 99); 8 Nov 2014 20:48:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Nov 2014 20:48:34 +0000 Date: Sat, 8 Nov 2014 20:48:34 +0000 (UTC) From: "Ajay Yadav (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FALCON-877) Pagination API should have a cap on number of results returned MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FALCON-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ajay Yadav updated FALCON-877: ------------------------------ Attachment: FALCON-877.patch > Pagination API should have a cap on number of results returned > -------------------------------------------------------------- > > Key: FALCON-877 > URL: https://issues.apache.org/jira/browse/FALCON-877 > Project: Falcon > Issue Type: Improvement > Reporter: Ajay Yadav > Assignee: Ajay Yadav > Attachments: FALCON-877.patch > > > Currently one can specify any arbitrary large number for number of results and falcon will return "all" or the specified number of results (whichever is smaller). This defeats the purpose of pagination as users can still ask for all the results in one go. There should be an upper bound on number of results to be returned by client/service calls. -- This message was sent by Atlassian JIRA (v6.3.4#6332)