You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Marco Monteiro <ma...@neniu.org> on 2017/01/26 17:55:17 UTC

Issue verifying couchdb 2 cluster

I've setup a CouchDB 2 cluster with 3 nodes and it seems to be working when
I create databases and create some documents. When I try to run the
installation verification, it fails on the create view test. The logs show
stuff like:

Jan 26 18:22:13 r2 docker[16240]: [error] 2017-01-26T17:22:13.313783Z
couchdb@r2 <0.22559.43> -------- OS Process Error <0.25723.43> ::
{os_process_error,"OS process timed out."}
Jan 26 18:22:13 r2 docker[16240]: [info] 2017-01-26T17:22:13.314543Z
couchdb@r2 <0.215.0> -------- couch_proc_manager <0.25723.43> died normal

If I list the processes in one of the nodes, i see near 1000 couchjs
processes. This cluster has a couple of databases.

I have tried running the version that comes with Arch Linux and the docker
version in klaemo/couchdb, both with the same result.

The configuration is:

[chttpd]
bind_address = 0.0.0.0

[couchdb]
os_process_timeout = 60000 ; 1 minute
# max_dbs_open = 200

[couch_httpd_auth]
timeout = 86400

[log]
level = debug

Any idea of how can I get this working is greatly appreciated.

Thanks,
Marco