Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 23502 invoked from network); 29 May 2008 17:58:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2008 17:58:08 -0000 Received: (qmail 53556 invoked by uid 500); 29 May 2008 17:58:10 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 53525 invoked by uid 500); 29 May 2008 17:58:10 -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 53514 invoked by uid 99); 29 May 2008 17:58:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 10:58:10 -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; Thu, 29 May 2008 17:57:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0DB41234C130 for ; Thu, 29 May 2008 10:57:45 -0700 (PDT) Message-ID: <1338800070.1212083865054.JavaMail.jira@brutus> Date: Thu, 29 May 2008 10:57:45 -0700 (PDT) From: "Chris Anderson (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Created: (COUCHDB-72) Long _design documents result in error_header_too_large error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 Environment: OS X (Leopard) MacBook, plenty of RAM and disk. Reporter: Chris Anderson Priority: Minor 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.