Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3EF7B9590 for ; Sun, 19 Aug 2012 10:05:43 +0000 (UTC) Received: (qmail 44324 invoked by uid 500); 19 Aug 2012 10:05:41 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 44125 invoked by uid 500); 19 Aug 2012 10:05:40 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 44107 invoked by uid 99); 19 Aug 2012 10:05:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Aug 2012 10:05:39 +0000 X-ASF-Spam-Status: No, hits=2.6 required=5.0 tests=FROM_LOCAL_NOVOWEL,FSL_RCVD_USER,HK_RANDOM_ENVFROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cgsmcmlxxv@gmail.com designates 209.85.216.52 as permitted sender) Received: from [209.85.216.52] (HELO mail-qa0-f52.google.com) (209.85.216.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Aug 2012 10:05:31 +0000 Received: by qabg14 with SMTP id g14so2572893qab.11 for ; Sun, 19 Aug 2012 03:05:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=KGmKWFAVHoilQAVR8NdDNcSxXQWVAbvix9dhvEnnhPI=; b=IjDQqszMO16AUdDmHhORf7jjhXKaeAH9TOj60B/Xb2/BArbIeA1m2+kxwskBEzip+n xKGm346oiC1TJQlnvBcrxJ/GctdpfhiYQgg/A830Bh0ucvJSai6v8at363B1Xa/jVGmz dTe0J5X8GNLKUMOvDYR9MadEX1zjcIdUO2bHvlT+Z/5JD44DSzRnkJEI30mIqRxh5qgK /Oq90y/BdYwmnDXDatn2unp5hVTfgA1fOWX0WjrvnwDRlomSLmeVx70KITgy/rNoqorx dof1+YwE2VU5USoRptJnswFy+9m09l8+S0sh7UK7VI1pHP5PbHyxu18HY0FJnhzg8Td8 Tu9g== MIME-Version: 1.0 Received: by 10.229.137.77 with SMTP id v13mr1883902qct.65.1345370710929; Sun, 19 Aug 2012 03:05:10 -0700 (PDT) Received: by 10.229.13.83 with HTTP; Sun, 19 Aug 2012 03:05:10 -0700 (PDT) In-Reply-To: References: Date: Sun, 19 Aug 2012 12:05:10 +0200 Message-ID: Subject: Re: couchdb returning truncated JSON From: CGS To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=00235452fde850efd004c79b8749 X-Virus-Checked: Checked by ClamAV on apache.org --00235452fde850efd004c79b8749 Content-Type: text/plain; charset=ISO-8859-1 I don't suppose the problem is coming from CouchDB, but from your external environment which has a limited number of characters per line, truncating the message if more. It happened to me in few occasions (Linux terminal truncated my message because it was single line - line end was translated as "\n" inside the message, so, no real line break was actually registered). CGS On Sun, Aug 19, 2012 at 1:46 AM, Tim Tisdall wrote: > I have a script where I query a view for multiple entries of data. > I'm doing it in batches of 1000. It works fine multiple times and > then suddenly it returns a result that doesn't properly parse as JSON > because it's missing some content at the end (not sure how much, but > it's at least missing the final bracket to make it complete). > > My logs don't point out any problem... > > [Sat, 18 Aug 2012 22:14:08 GMT] [debug] [<0.26768.3>] 'POST' > /app_stats/_design/processing/_view/blanks {1,0} from "127.0.0.1" > Headers: [{'Content-Length',"14010"}, > {'Content-Type',"application/json"}, > {'Host',"localhost"}] > [Sat, 18 Aug 2012 22:14:08 GMT] [debug] [<0.26768.3>] OAuth Params: [] > [Sat, 18 Aug 2012 22:14:08 GMT] [debug] [<0.26768.3>] request_group > {Pid, Seq} {<0.20450.3>,95240673} > [Sat, 18 Aug 2012 22:14:08 GMT] [info] [<0.26768.3>] 127.0.0.1 - - > POST /app_stats/_design/processing/_view/blanks 200 > > Here's what I received from couchdb: > > HTTP/1.0 200 OK > Server: CouchDB/1.2.0 (Erlang OTP/R14A) > ETag: "B25M1ITCCF4RKMFE87QMQ1N3M" > Date: Sat, 18 Aug 2012 22:22:10 GMT > Content-Type: text/plain; charset=utf-8 > Cache-Control: must-revalidate > > {"total_rows":14829491,"offset":12357523,"rows":[ > > {"id":"34049664743","key":"34049664743","value":[{"start_date":"2012-08-05","end_date":null}]}, > > {"id":"34049674790","key":"34049674790","value":[{"start_date":"2012-08-05","end_date":null}]}, > > {"id":"34049683784","key":"34049683784","value":[{"start_date":"2012-08-05","end_date":null}]}, > > {"id":"34049710675","key":"34049710675","value":[{"start_date":"2012-08-05","end_date":null}]}, > [ ** SNIP ** ] > > {"id":"34082476762","key":"34082476762","value":[{"start_date":"2012-08-05","end_date":null}]}, > > {"id":"34082494494","key":"34082494494","value":[{"start_date":"2012-08-05","end_date":null}]}, > > {"id":"34082507402","key":"34082507402","value":[{"start_date":"2012-08-05","end_date":null}]}, > > {"id":"34082533553","key":"34082533553","value":[{"start_date":"2012-08-05","end_date":null}]}, > > {"id":"34082612840","key":"34082612840","value":[{"start_date":"2012-08-05","end_date":null}]}, > > {"id":"34082621527","key":"34082621527","value":[{"start_date":"2012-08-05","end_date":null}]}, > > {"id":"34082680993","key":"34082680993","value":[{"start_date":"2012-08-05","end_date":null}]} > > it seems to consistently truncate at a point where the next character > should either be another comma or a closing square bracket (to close > the "rows" array). > > I tried changing the script to do batches of 100 and it seems to be > running without problems. Shouldn't there be some sort of error, > though? > --00235452fde850efd004c79b8749--