Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 869AE9143 for ; Tue, 17 Apr 2012 11:55:23 +0000 (UTC) Received: (qmail 52367 invoked by uid 500); 17 Apr 2012 11:55:22 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 52325 invoked by uid 500); 17 Apr 2012 11:55:21 -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 52313 invoked by uid 99); 17 Apr 2012 11:55:21 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2012 11:55:21 +0000 Received: from localhost (HELO mail-iy0-f180.google.com) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2012 11:55:21 +0000 Received: by iage36 with SMTP id e36so12098212iag.11 for ; Tue, 17 Apr 2012 04:55:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.222.162 with SMTP id qn2mr9023359igc.65.1334663413763; Tue, 17 Apr 2012 04:50:13 -0700 (PDT) Received: by 10.42.240.135 with HTTP; Tue, 17 Apr 2012 04:50:13 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Apr 2012 12:50:13 +0100 Message-ID: Subject: Re: Does Couchdb restart itself From: Robert Newson To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The test suite frequently calls _restart for test isolation. B. On 17 April 2012 11:40, Mike Kimber wrote: > Hopefully a quick question: > > I have a Centos 5.8 VM and to be honest it does not seem to be in great s= hape as its performs very slowly. Obviously not a couchdb issue. However I = am observing my couchdb (tried 1.1.1 and 1.2) =A0install restarting itself: > > [Tue, 17 Apr 2012 08:21:43 GMT] [info] [<0.2527.0>] 172.25.1.168 - - GET = /test_suite_foobar/ 200 > [Tue, 17 Apr 2012 08:21:43 GMT] [info] [<0.2527.0>] 172.25.1.168 - - POST= /_restart 200 > [Tue, 17 Apr 2012 08:21:50 GMT] [info] [<0.2688.0>] Apache CouchDB has st= arted on http://64.57.221.185:5984/ > [Tue, 17 Apr 2012 08:21:50 GMT] [info] [<0.2781.0>] 172.25.1.168 - - GET = / 200 > > So question if something takes two long to complete ion couchdb will it r= estart itself? > > This happen's when I run the test suite and also Replication. > > Mike