Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 64741 invoked from network); 20 Feb 2009 10:42:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2009 10:42:23 -0000 Received: (qmail 64849 invoked by uid 500); 20 Feb 2009 10:42:21 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 64791 invoked by uid 500); 20 Feb 2009 10:42:21 -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 64780 invoked by uid 99); 20 Feb 2009 10:42:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Feb 2009 02:42:21 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 83.97.50.139 is neither permitted nor denied by domain of jan@apache.org) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Feb 2009 10:42:12 +0000 Received: from dahlia.lan (f053003057.adsl.alicedsl.de [::ffff:78.53.3.57]) (AUTH: LOGIN jan, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Fri, 20 Feb 2009 10:41:11 +0000 Message-Id: From: Jan Lehnardt To: dev@couchdb.apache.org In-Reply-To: <8B3E8FFF-6226-40E4-8ADE-D33B9F6145DC@dionne-associates.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Stats Patch API Discussion Date: Fri, 20 Feb 2009 11:41:50 +0100 References: <0FA24A9F-4AE9-43D9-B8E3-B40E6F024D16@apache.org> <8B3E8FFF-6226-40E4-8ADE-D33B9F6145DC@dionne-associates.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On 20 Feb 2009, at 02:51, Robert Dionne wrote: > I"m seeing the same kinds of errors. The suite ran once from Futon > but tends to fail on delayed_commits. It fails using runner also. > > But it is working. I'm adding some functions to erl-couch to call > stats from erlang clients. I've tried _stats and _stats/couchdb/ > request_time. I'm getting numbers back. Hi Robert, try running the delayed commits test a number of times. I found it to be an unstable test that sometimes fails, but mostly succeeds, even on trunk. > It's very clean and the Eunit stuff is clearly a big win. Thanks! :) Cheers Jan -- > > > > > > > > On Feb 19, 2009, at 8:16 PM, Chris Anderson wrote: > >> Having trouble with the build. Or, rather, it builds just fine, but >> even the basics test seems to be failing, with lots of stuff like >> this >> in the logfile: >> >> [error] [<0.43.0>] {error_report,<0.21.0>, >> {<0.43.0>,supervisor_report, >> [{supervisor,{local,couch_secondary_services}}, >> {errorContext,child_terminated}, >> {reason,normal}, >> {offender,[{pid,<0.110.0>}, >> {name,stats_collector}, >> {mfa,{couch_stats_collector,start,[]}}, >> {restart_type,permanent}, >> {shutdown,brutal_kill}, >> {child_type,worker}]}]}} >> [error] [<0.43.0>] {error_report,<0.21.0>, >> {<0.43.0>,supervisor_report, >> [{supervisor,{local,couch_secondary_services}}, >> {errorContext,child_terminated}, >> {reason,normal}, >> {offender,[{pid,<0.111.0>}, >> {name,stats_aggregator}, >> {mfa,{couch_stats_aggregator,start,[]}}, >> {restart_type,permanent}, >> {shutdown,brutal_kill}, >> {child_type,worker}]}]}} >> >> It really could be just me. Anyone else tried to run the tests on the >> current version of the branch? >> >> http://github.com/janl/couchdb/tree/old-stats-new >> >> I'm know I ran `make clean` and rebootstrapped. I'm launching CouchDB >> with `make dev && utils/run`. It seems like Couch is running just >> fine, but eventually the failure of couch_stats_* to boot properly is >> causing it to drop http requests. >> >> The code looks clean and well documented, so this should be easy to >> fix, or maybe it's something on my end. It'd be helpful to hear if it >> works for others. >> >> Chris >> >> -- >> Chris Anderson >> http://jchris.mfdz.com > >