From dev-return-19929-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Thu Jan 5 15:37:43 2012 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D3E6B9B09 for ; Thu, 5 Jan 2012 15:37:43 +0000 (UTC) Received: (qmail 93001 invoked by uid 500); 5 Jan 2012 15:37:41 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 92420 invoked by uid 500); 5 Jan 2012 15:37:40 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 92404 invoked by uid 99); 5 Jan 2012 15:37:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 15:37:40 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of klimpong@gmail.com designates 209.85.213.180 as permitted sender) Received: from [209.85.213.180] (HELO mail-yx0-f180.google.com) (209.85.213.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 15:37:33 +0000 Received: by yenr8 with SMTP id r8so227833yen.11 for ; Thu, 05 Jan 2012 07:37:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:reply-to:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=otgmXw78qx+FxPdWlKNTtqC24EWasV6HriqrAe2+usw=; b=WgZ+p0SRGMHDfcV4PiZK4HH58E255t1lHT97s3L/FEvc0Mh7xnAv97X0o2WKIKDN// jDHvRYXR3emM4PfrnQMUklE1VO18E3VtMUxby+VoVFcLH5Mp4Db5PCw5tfT86dYG0hDI staAh5kNQ7jafGBO3Zms0GnvV0m9+10h/ovAY= MIME-Version: 1.0 Received: by 10.236.187.97 with SMTP id x61mr2161111yhm.97.1325777833096; Thu, 05 Jan 2012 07:37:13 -0800 (PST) Reply-To: till@php.net Sender: klimpong@gmail.com Received: by 10.236.6.200 with HTTP; Thu, 5 Jan 2012 07:37:13 -0800 (PST) In-Reply-To: References: Date: Thu, 5 Jan 2012 16:37:13 +0100 X-Google-Sender-Auth: Of8vWLKjWBrSWZqaUqkJ6UwzScg Message-ID: Subject: Re: couchDB with databases per user: continuous replications stop working, without errors From: till To: dev@couchdb.apache.org Cc: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=20cf30563995caf7e004b5c9b4b8 X-Virus-Checked: Checked by ClamAV on apache.org --20cf30563995caf7e004b5c9b4b8 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On Thu, Jan 5, 2012 at 10:18 AM, Gregor Martynus wrote= : > I experience massive reliability issues with continuous replications in m= y > app. Each user has an own profile db with a continuous replication to a > central database. Numbers: ~1800 dbs & ~2600 continuous replications (usi= ng > _replicator db), ~200 did not get started. > > My hope is that others faced these issues before and found ways to fix or > work around them. So if you are a developer or know developers that have = a > similar couchDB setup, would you mind to get me in touch? Thanks for your > help! > > Tech info: > couchDB 1.1.1 (iriscouch) > max_dbs_open is set to 5000 > no errors show up in _log > _replicate does not accept POST requests anymore > new replications from _replicator docs do not get picked up > Is your loglevel at debug? It should def. report something =96 maybe do a simple cURL request and paste that along with a log entry somewhere ( friendpaste.com). You might also want to try stock Apache CouchDB =96 not sure how IrishCouch= 's version differs. Till --20cf30563995caf7e004b5c9b4b8--