Return-Path: X-Original-To: apmail-couchdb-replication-archive@minotaur.apache.org Delivered-To: apmail-couchdb-replication-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2A82011741 for ; Wed, 27 Aug 2014 12:39:47 +0000 (UTC) Received: (qmail 57989 invoked by uid 500); 27 Aug 2014 12:39:47 -0000 Delivered-To: apmail-couchdb-replication-archive@couchdb.apache.org Received: (qmail 57951 invoked by uid 500); 27 Aug 2014 12:39:47 -0000 Mailing-List: contact replication-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: replication@couchdb.apache.org Delivered-To: mailing list replication@couchdb.apache.org Received: (qmail 57939 invoked by uid 99); 27 Aug 2014 12:39:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2014 12:39:46 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of maxima078@gmail.com designates 209.85.223.196 as permitted sender) Received: from [209.85.223.196] (HELO mail-ie0-f196.google.com) (209.85.223.196) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2014 12:39:41 +0000 Received: by mail-ie0-f196.google.com with SMTP id rp18so42326iec.3 for ; Wed, 27 Aug 2014 05:39:20 -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=HBp5GnJQsqzdh6hqEX6saFVRawqqJ+UAbLtk5AYhMrg=; b=fmPOisqkwvng/RUZ3uItMZy2bxwiJgtK44mmWRWrlzXk2VTPO5hA1mJdUIQL/vejoz NZ00bV+H4v3KwDOwDaigXZbWleMwPg/31Tb0UAk6jxE+d1H0Pxeb3MBEY39/B76QEQrX WNNIBYw0GMTL6b4q6Qa8/ZikX4bpzSZLwhi3bJHGOlj8D/Tun5stUfY3LFX5+9h5lHZ+ VI4p+PflOaVGi6ET2JCJE1b3411CNRFTuY3hb3sRDWEZCm5aReLZxoOJWPKEyhZ1+p3n KgD7qe7Rq/aXIbzv5A4olKt21g+ymy4hfIsBgO0Cpi9Iqd+I6QymptAY82wuBRhop0Gh DAHQ== MIME-Version: 1.0 X-Received: by 10.50.136.167 with SMTP id qb7mr29860760igb.31.1409143160782; Wed, 27 Aug 2014 05:39:20 -0700 (PDT) Received: by 10.42.41.76 with HTTP; Wed, 27 Aug 2014 05:39:20 -0700 (PDT) In-Reply-To: References: Date: Wed, 27 Aug 2014 14:39:20 +0200 Message-ID: Subject: =?UTF-8?Q?Re=3A_CouchDB_1=2E4=2E0=2C_failed_to_restart_when_max=5Freplic?= =?UTF-8?Q?ation=5Fretry=5Fcount_=3D_=E2=80=9Cinfinity=E2=80=9D?= From: max To: replication@couchdb.apache.org Content-Type: multipart/alternative; boundary=089e01494c2889630205019bb5f0 X-Virus-Checked: Checked by ClamAV on apache.org --089e01494c2889630205019bb5f0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thank you for your answer. You are right it seem to be the problem. However double quote " doesn't work. But directly -- max_replication_retry_count =3D infinity -- seems to work. Is that the correct behaviour for the 1.4.0 couchDB version? Regards, MLM 2014-08-27 12:17 GMT+02:00 Alexander Shorin : > On Wed, Aug 27, 2014 at 2:11 PM, max wrote: > > [{erlang,list_to_integer, > > > [[226,128,156,105,110,102,105,110,105,116,121, > > 226,128,157]]}, > > The bytes sequence equals to '=C3=A2\x80\x9cinfinity=C3=A2\x80\x9d' strin= g which > looks like a correct value surrounded by weird chars. Probably, you > copied/typed there some unicode quotes, while plain ascii double quote > " required. > Correct bytes sequence should be [34, 105, 110, 102, 105, 110, 105, > 116, 121, 34] > > > -- > ,,,^..^,,, > --089e01494c2889630205019bb5f0--