From couchdb-dev-return-628-apmail-incubator-couchdb-dev-archive=incubator.apache.org@incubator.apache.org Tue Jun 24 09:45:37 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 62726 invoked from network); 24 Jun 2008 09:45:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jun 2008 09:45:37 -0000 Received: (qmail 77095 invoked by uid 500); 24 Jun 2008 09:45:38 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 77056 invoked by uid 500); 24 Jun 2008 09:45:38 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 77045 invoked by uid 99); 24 Jun 2008 09:45:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2008 02:45:38 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2008 09:44:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44263234C149 for ; Tue, 24 Jun 2008 02:44:45 -0700 (PDT) Message-ID: <1576696974.1214300685278.JavaMail.jira@brutus> Date: Tue, 24 Jun 2008 02:44:45 -0700 (PDT) From: "Christopher Lenz (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Updated: (COUCHDB-72) Long _design documents result in error_header_too_large error In-Reply-To: <1338800070.1212083865054.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Lenz updated COUCHDB-72: ------------------------------------ Fix Version/s: (was: 0.8.1) 0.8 Oops, wrong fix version. > Long _design documents result in error_header_too_large error > ------------------------------------------------------------- > > Key: COUCHDB-72 > URL: https://issues.apache.org/jira/browse/COUCHDB-72 > Project: CouchDB > Issue Type: Bug > Components: Database Core > Affects Versions: 0.7.2 > Environment: OS X (Leopard) MacBook, plenty of RAM and disk. > Reporter: Chris Anderson > Assignee: Damien Katz > Priority: Minor > Fix For: 0.8 > > > When first accessing a large view, CouchDB returns the following error both to Futon and its couch.log > [Thu, 29 May 2008 17:53:21 GMT] [error] [emulator] Error in process <0.724.0> with exit value: {{badmatch,{error,error_header_too_large}},[{couch_view,reset_file,4},{couch_view,start_update_loop,4}]} > The threshold of view size to cause this error is somewhere between 1800 bytes (works) and 3500 bytes (breaks). > Removing content from the design document to bring it below the threshold does not fix the problem, instead a new error is thrown: > [Thu, 29 May 2008 17:46:16 GMT] [error] [emulator] Error in process <0.717.0> with exit value: {{badmatch,eof},[{couch_file,read_header,2},{couch_view,start_update_loop,4}]} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.