Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 86251 invoked from network); 20 Dec 2010 10:14:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Dec 2010 10:14:54 -0000 Received: (qmail 50381 invoked by uid 500); 20 Dec 2010 10:14:53 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 50093 invoked by uid 500); 20 Dec 2010 10:14:52 -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 50085 invoked by uid 99); 20 Dec 2010 10:14:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Dec 2010 10:14:51 +0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=FREEMAIL_FROM,FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebastiancohnen@googlemail.com designates 209.85.215.182 as permitted sender) Received: from [209.85.215.182] (HELO mail-ey0-f182.google.com) (209.85.215.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Dec 2010 10:14:45 +0000 Received: by eyf6 with SMTP id 6so1239019eyf.27 for ; Mon, 20 Dec 2010 02:14:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=Y2EyG7tolgGFtJSqvB5kER1/2wT6fQUA3lBEDcgVk40=; b=ekvC+1EnolUCwAj1HQ2O7hy7ZCsdXeqj3NSHrqtcBn0IVe95fc/033wckCWSWW8GXM jUXFd/xRRNgCh/8s8t/bWq4KfqgJxe7I57zlj1B0ylf54mfLns6kl/JwTqg8eNTeqqv2 BMkiHieD9NEJ6mX2OrYWrpZlNUeKH3flvfRvc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=MrPsBEcoL7DMHJJEdUaT6rJTJdseATA2/k9MAaP93mXEp1zpSr1DQfBAgW6KGUPF2+ 1oSX+EZmhvr4Sjxhi1NEqe2jcNm6ASPPYklYBxQg4+/0EZgunY2UGehPkzfJrOip+JPo DGdbh45MCSUFkAI3w2fZxrfe+MPbjONCMU1PY= Received: by 10.213.13.16 with SMTP id z16mr545398ebz.45.1292840065254; Mon, 20 Dec 2010 02:14:25 -0800 (PST) Received: from [192.168.0.152] (xdsl-78-34-188-193.netcologne.de [78.34.188.193]) by mx.google.com with ESMTPS id t5sm2727000eeh.8.2010.12.20.02.14.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Dec 2010 02:14:23 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: Problem with pull repl From: Sebastian Cohnen In-Reply-To: Date: Mon, 20 Dec 2010 11:14:22 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <1BF9F6A4-62DE-482D-9D2F-26DD6FF824A4@googlemail.com> References: <2C97F24D-31E9-4D13-88AD-A29A0472319A@googlemail.com> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1082) X-Virus-Checked: Checked by ClamAV on apache.org We can reproduce the error with session and pipeline values up to 100. = we always get the same error. On 17.12.2010, at 19:26, Filipe David Manana wrote: > On Fri, Dec 17, 2010 at 6:03 PM, Sebastian Cohnen > wrote: >> I'll try that, thanks. But isn't the reported error a bit odd? why is = couch trying to JSON encode a erlang pid? at least it looks like it is = trying to do so... >=20 > It's because there's a sort of try catch handler which tries to json > encode every exception/error. I believe this should be fixed (or > minimized) in the 1.0.x branch. >=20 >>=20 >>=20 >> On 17.12.2010, at 17:39, Filipe David Manana wrote: >>=20 >>> Hi Sesbatian, >>>=20 >>> Try increasing the HTTP sessions and pipeline values in the .ini: >>>=20 >>> = https://github.com/fdmanana/couchdb/blob/trunk/etc/couchdb/default.ini.tpl= .in#L138 >>>=20 >>> regards >>>=20 >>> On Fri, Dec 17, 2010 at 4:33 PM, Sebastian Cohnen >>> wrote: >>>> Hi, >>>>=20 >>>> the setup I've described in COUCHDB-968 is causing trouble (again). = Pull replication is reproducable dying with = {exit,{json_encode,{bad_term,<0.133.0>}}}. I've uploaded the log [1] = from which I've changed credentials, db and host name. The log is also = truncated since it was >40k lines and it looks like documents were = included too. >>>>=20 >>>> Thanks in advance! >>>>=20 >>>> Sebastian >>>>=20 >>>>=20 >>>> [1] http://friendpaste.com/4shMkdhCwmZQY9ITbSGu5T >>>>=20 >>>>=20 >>>>=20 >>>=20 >>>=20 >>>=20 >>> -- >>> Filipe David Manana, >>> fdmanana@gmail.com, fdmanana@apache.org >>>=20 >>> "Reasonable men adapt themselves to the world. >>> Unreasonable men adapt the world to themselves. >>> That's why all progress depends on unreasonable men." >>=20 >>=20 >=20 >=20 >=20 > --=20 > Filipe David Manana, > fdmanana@gmail.com, fdmanana@apache.org >=20 > "Reasonable men adapt themselves to the world. > Unreasonable men adapt the world to themselves. > That's why all progress depends on unreasonable men."