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 C8218C048 for ; Sun, 25 May 2014 19:32:42 +0000 (UTC) Received: (qmail 11715 invoked by uid 500); 25 May 2014 19:32:42 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 11655 invoked by uid 500); 25 May 2014 19:32:42 -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 11646 invoked by uid 99); 25 May 2014 19:32:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 May 2014 19:32:42 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [188.94.27.146] (HELO nms02.nmmn.com) (188.94.27.146) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 May 2014 19:32:38 +0000 Received: from localhost (localhost [127.0.0.1]) by nms02.nmmn.com (Postfix) with ESMTP id 45C2554451A for ; Sun, 25 May 2014 21:32:15 +0200 (CEST) Received: from nms02.nmmn.com ([127.0.0.1]) by localhost (nms02.nmmn.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id inX6WKmAcOLS for ; Sun, 25 May 2014 21:32:12 +0200 (CEST) Received: from mail-qg0-f48.google.com (mail-qg0-f48.google.com [209.85.192.48]) by nms02.nmmn.com (Postfix) with ESMTPA id 26980544517 for ; Sun, 25 May 2014 21:32:12 +0200 (CEST) Received: by mail-qg0-f48.google.com with SMTP id i50so10932131qgf.7 for ; Sun, 25 May 2014 12:32:11 -0700 (PDT) X-Received: by 10.140.98.116 with SMTP id n107mr24569435qge.93.1401046331237; Sun, 25 May 2014 12:32:11 -0700 (PDT) MIME-Version: 1.0 Reply-To: andy@nms.de Received: by 10.229.26.65 with HTTP; Sun, 25 May 2014 12:31:41 -0700 (PDT) In-Reply-To: References: From: Andy Wenk Date: Sun, 25 May 2014 21:31:41 +0200 Message-ID: Subject: Re: Installing 1843-feature-bigcouch To: "dev@couchdb.apache.org" Content-Type: multipart/alternative; boundary=001a113a9238e32c4a04fa3e8422 X-Virus-Checked: Checked by ClamAV on apache.org --001a113a9238e32c4a04fa3e8422 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hey Russel, love testing it :) So I just wanna drop the link to the rebar -vvv eunit log: https://gist.github.com/andywenk/1d2d24ed67f4d5130e72 Although you have already mentioned, that you did not see anything spectacular, it maybe helps. Futon - yes sure. I was not aware, that it's already dropped in this branch. I am now wondering, what test scenarios there are. Let me know and I keep going with testing. Cheers Andy On 25 May 2014 19:37, Russell Branca wrote: > Thanks for the report Andy. I'm not sure how far Newson has tested doing = a > `make install`, I know personally I've only been running with the local d= ev > server for now. > > The crash error in your log with mem3_shards:fold failing on a bad match = is > an interesting one, and looks like an actual bug. > > As for Futon, I think the general consensus is to drop it entirely for 2.= 0 > and switch over to Fauxton. > > Andy, thanks for starting to test single node CouchDB! It's definitely > important to make sure there aren't any regressions there and that things > still work as expected. > > > -Russell > > > On Sun, May 25, 2014 at 9:26 AM, Andy Wenk wrote: > > > Hi Bob, > > > > I cloned a fresh couch repo and ran > > > > $ ./configure > > $ make > > > > Here are some warnings: > > > > Compiling priv/icu_driver/couch_icu_driver.c > > priv/icu_driver/couch_icu_driver.c:171:9: warning: incompatible pointer > > types initializing 'ErlDrvSSizeT (*)(ErlDrvData, unsigned int, char *, > > ErlDrvSizeT, char **, ErlDrvSizeT)' with an expression of type > > 'COUCH_SSIZET (ErlDrvData, unsigned int, char *, COUCH_SSIZET, char **, > > COUCH_SSIZET)' [-Wincompatible-pointer-types] > > couch_drv_control, /* F_PTR control, port_command callback */ > > ^~~~~~~~~~~~~~~~~ > > 1 warning generated. > > > > Compiling c_src/snappy/snappy.cc > > c_src/snappy/snappy.cc:516:13: warning: unused function 'ComputeTable' > > [-Wunused-function] > > static void ComputeTable() { > > ^ > > 1 warning generated. > > > > When running > > > > $ make test > > > > I just received: > > > > =3D=3D> couchdb-1843-feature-bigcouch-3 (eunit) > > > > When running > > > > $ make install > > > > I received > > > > WARN: 'generate' command does not apply to directory > > /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch-3 > > mkdir: /opt/couchdb: Permission denied > > make: *** [install] Error 1 > > > > So the target is /opt/couchdb ... ? That's new ... > > > > With sudo it works for sure. I received this warning: > > > > WARN: 'generate' command does not apply to directory > > /Users/andwen/project/couchdb/couchdb-1843-feature-bigcouch-3 > > > > When starting couchdb with > > > > $ sudo /opt/couchdb/bin/couchdb > > > > I received > > > > sudo /opt/couchdb/bin/couchdb =E2=8F=8E =E2=97= =BC > > Apache CouchDB 6dcd33b is starting. > > 18:22:00.869 [info] Application lager started on node > > 'couchdb@andwen-2.local' > > 18:22:00.869 [info] Application couch_log started on node > > 'couchdb@andwen-2.local' > > 18:22:00.875 [info] Starting couch_sup > > 18:22:00.927 [notice] config: [couchdb] uuid set to > > b8bc739cea165a5795e4adca8be5f894 for reason nil > > 18:22:00.963 [info] open_result error {not_found,no_db_file} for _users > > 18:22:00.982 [info] needed 18.134 ms to open new _users > > 18:22:01.030 [info] open_result error {not_found,no_db_file} for > > _replicator > > 18:22:01.037 [info] needed 6.67 ms to open new _replicator > > Apache CouchDB has started. Time to relax. > > 18:22:01.050 [info] Apache CouchDB has started on http://127.0.0.1:5986= / > > 18:22:01.050 [info] Application couch started on node > > 'couchdb@andwen-2.local' > > 18:22:01.064 [info] Application rexi started on node > > 'couchdb@andwen-2.local > > ' > > 18:22:01.075 [error] Could not open file > /opt/couchdb/var/lib/nodes.couch: > > no such file or directory > > 18:22:01.075 [info] open_result error {not_found,no_db_file} for nodes > > 18:22:01.081 [info] needed 5.419 ms to open new nodes > > 18:22:01.100 [error] Could not open file /opt/couchdb/var/lib/dbs.couch= : > no > > such file or directory > > 18:22:01.100 [info] Application mem3 started on node > > 'couchdb@andwen-2.local > > ' > > 18:22:01.100 [info] open_result error {not_found,no_db_file} for dbs > > 18:22:01.100 [info] Application fabric started on node > > 'couchdb@andwen-2.local' > > 18:22:01.101 [error] Error in process <0.199.0> on node > > 'couchdb@andwen-2.local' with exit value: > > > > > {{badmatch,file_exists},[{mem3_shards,fold,2,[{file,"src/mem3_shards.erl"= },{line,91}]},{mem3_sync,initial_sync,1,[{file,"src/mem3_sync.erl"},{line,2= 42}]}]} > > > > > > 18:22:01.106 [info] needed 5.706 ms to open new dbs > > 18:22:01.135 [info] Application chttpd started on node > > 'couchdb@andwen-2.local' > > 18:22:01.135 [info] Application couch_replicator started on node > > 'couchdb@andwen-2.local' > > 18:22:01.135 [info] Application ets_lru started on node > > 'couchdb@andwen-2.local' > > 18:22:01.153 [info] Application ddoc_cache started on node > > 'couchdb@andwen-2.local' > > 18:22:01.177 [info] Application runtime_tools started on node > > 'couchdb@andwen-2.local' > > 18:22:01.177 [info] Application snappy started on node > > 'couchdb@andwen-2.local' > > > > So looking at localhost:5986 I received > > > > { > > > > - couchdb: "Welcome", > > - uuid: "b8bc739cea165a5795e4adca8be5f894", > > - version: "6dcd33b" > > > > } > > > > And localhost:5986/_all_dbs/ > > > > [ > > > > - "_replicator", > > - "_users", > > - "dbs", > > - "nodes" > > > > ] > > > > Futon is not working at localhost:5986/_utils/ > > > > So far ... > > > > Cheers > > > > Andy > > > > -- > > Andy Wenk > > Hamburg - Germany > > RockIt! > > > > http://www.couchdb-buch.de > > http://www.pg-praxisbuch.de > > > > GPG fingerprint: C044 8322 9E12 1483 4FEC 9452 B65D 6BE3 9ED3 9588 > > > > https://people.apache.org/keys/committer/andywenk.asc > > > --=20 Andy Wenk Hamburg - Germany RockIt! http://www.couchdb-buch.de http://www.pg-praxisbuch.de GPG fingerprint: C044 8322 9E12 1483 4FEC 9452 B65D 6BE3 9ED3 9588 https://people.apache.org/keys/committer/andywenk.asc --001a113a9238e32c4a04fa3e8422--