harald-d opened a new issue #1073: CouchDB 2.11 URL: https://github.com/apache/couchdb/issues/1073 Im receiving multiple erlang errors in my CouchDB 2.1.1 cluster (3 nodes), see errors and node configuration below: 3 nodes (10.0.7.4 - 10.0.7.6), Azure application gateway is used as load balancer. Why do these errors appear? system resources of the nodes are far from overload. I would be thankful for any help - thanks in advance. **Error 1** `rexi_server: from: [email protected](<0.31470.512>) mfa: fabric_rpc:all_docs/3 exit:timeout [{rexi,init_stream,1,[{file,"src/rexi.erl"},{line,256}]},{rexi,stream2,3,[{file,"src/rexi.erl"},{line,204}]},{fabric_rpc,view_cb,2,[{file,"src/fabric_rpc.erl"},{line,308}]},{couch_mrview,finish_fold,2,[{file,"src/couch_mrview.erl"},{line,642}]},{rexi_server,init_p,3,[{file,"src/rexi_server.erl"},{line,139}]}]` **Error 2** `Error in process <0.22541.520> on node '[email protected]' with exit value: {timeout,[{mem3_rpc,rexi_call,2,[{file,"src/mem3_rpc.erl"},{line,271}]},{mem3_rep,save_on_target,3,[{file,"src/mem3_rep.erl"},{line,319}]},{mem3_rep,'-replicate_batch/1-fun-0-',4,[{file,"src/mem3_rep.erl"},{line,262}]},{lists,map,2,[{file,"lists.erl"},{line,1238}]},{mem3_rep,replicate_batch,1,[{file,"src/mem3_rep.erl"},{line,260}]},{mem3_rep,repl,2,[{file,"src/mem3_rep.erl"},{line,182}]},{mem3_rep,go,1,[{file,"src/mem3_rep.erl"},{line,81}]},{mem3_sync,'-start_push_replication/1-fun-0-',2,[{file,"src/mem3_sync.erl"},{line,208}]}]}` **Error 3** `Error in process <0.19807.527> on node '[email protected]' with exit value: {timeout,[{mem3_rpc,rexi_call,2,[{file,"src/mem3_rpc.erl"},{line,271}]},{mem3_rep,calculate_start_seq,1,[{file,"src/mem3_rep.erl"},{line,194}]},{mem3_rep,repl,2,[{file,"src/mem3_rep.erl"},{line,175}]},{mem3_rep,go,1,[{file,"src/mem3_rep.erl"},{line,81}]},{mem3_sync,'-start_push_replication/1-fun-0-',2,[{file,"src/mem3_sync.erl"},{line,208}]}]}` **Error 4** ` rexi_server: from: [email protected](<13540.1273.579>) mfa: fabric_rpc:all_docs/3 exit:timeout [{rexi,init_stream,1,[{file,"src/rexi.erl"},{line,256}]},{rexi,stream2,3,[{file,"src/rexi.erl"},{line,204}]},{fabric_rpc,view_cb,2,[{file,"src/fabric_rpc.erl"},{line,308}]},{couch_mrview,finish_fold,2,[{file,"src/couch_mrview.erl"},{line,642}]},{rexi_server,init_p,3,[{file,"src/rexi_server.erl"},{line,139}]}] ` **`#vm.args** -name [email protected] -setcookie monster -kernel error_logger silent -sasl sasl_error_logger false +K true +A 16 +Bd -noinput +Q 134217727` **`local.ini** [fabric] request_timeout = infinity [couchdb] max_dbs_open = 10000 os_process_timeout = 20000 uuid = <x> [chttpd] port = 5984 bind_address = 0.0.0.0 [httpd] socket_options = [{recbuf, 262144}, {sndbuf, 262144}, {nodelay, true}] enable_cors = true [couch_httpd_auth] secret = <x> [daemons] compaction_daemon={couch_compaction_daemon, start_link, []} [compactions] _default = [{db_fragmentation, "50%"}, {view_fragmentation, "50%"}, {from, "23:00"}, {to, "04:00"}] [compaction_daemon] check_interval = 300 min_file_size = 100000 [vendor] name = COUCHCLUSTERNODE0X [admins] adminuser = <x> [cors] methods = GET, PUT, POST, HEAD, DELETE headers = accept, authorization, content-type, origin, referer origins = * credentials = true [query_server_config] os_process_limit = 2000 os_process_soft_limit = 1000 `
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
