jvabob opened a new issue #733: couchdb 2.0 cluster setup failing
URL: https://github.com/apache/couchdb/issues/733
 
 
   have 2 couchdb 2.0 systems setup couchdb-2-1 and couchdb-2-2
   
   have firewall configured to allow access between the systems on 5984, 5986, 
4369, and 9100-9200
   
   I can telnet between the boxes to 5984, 5986, 4369
   
   I can connect the 2 servers with erlang as described in the Clustering setup 
firewall guide and ping between them.
   
   However, when I add couchdb-2-2 as a node on couchdb-2-1 I never see 
couchdb-2-1 as a node on couchdb-2-2.
   
   I have set the name in vm.args like this
   -name couc...@couchdb-2-2.delvepoint-qa.aws.net
   
   sys.config looks like this
   
   [
       {lager, [
           {error_logger_hwm, 1000},
           {error_logger_redirect, true},
           {handlers, [
               {lager_console_backend, [debug, {
                   lager_default_formatter,
                   [
                       date, " ", time,
                       " [", severity, "] ",
                       node, " ", pid, " ",
                       message,
                       "\n"
                   ]
               }]}
           ]},
           {inet_dist_listen_min, 9100},
           {inet_dist_listen_max, 9200}
       ]}
   ].
   
   I am seeing these entries repeating on couchdb-2-1 in couchdb.stderr
   
   [notice] 2017-08-01T14:16:42.335487Z 
couc...@couchdb-2-1.delvepoint-qa.aws.net <0.389.0> -------- chttpd_auth_cache 
changes listener died {nocatch,{error,timeout}} at 
fabric_view_changes:send_changes/6(line:192) <= 
fabric_view_changes:keep_sending_changes/8(line:82) <= 
fabric_view_changes:go/5(line:43)
   [error] 2017-08-01T14:16:42.335400Z 
couc...@couchdb-2-1.delvepoint-qa.aws.net emulator -------- Error in process 
<0.28182.0> on node 'couc...@couchdb-2-1.delvepoint-qa.aws.net' with exit value:
   
{{nocatch,{error,timeout}},[{fabric_view_changes,send_changes,6,[{file,"src/fabric_view_changes.erl"},{line,192}]},{fabric_view_changes,keep_sending_changes,8,[{file,"src/fabric_view_changes.erl"},{line,82}]},{fabric_view_changes,go,5,[{file,"src/fabric_view_changes.erl"},{line,43}]}]}
   
   [notice] 2017-08-01T14:16:47.336458Z 
couc...@couchdb-2-1.delvepoint-qa.aws.net <0.29324.0> -------- Failed to ensure 
auth ddoc _users/_design/_auth exists for reason: read_failure
   
   seems related but I don't know where to go from here.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to