jvegaseg opened a new issue #1584: CRASH REPORT with 0 neighbors exited with reason normal ... URL: https://github.com/apache/couchdb/issues/1584 Today this error: `[[error] 2018-08-28T11:01:05.565470Z [email protected]<0.6971.959> -------- gen_server <0.6971.959> terminated with reason: {normal,{gen_server,call,[<0.3369.959>,close,infinity]}} at gen_server:call/3(line:212) <= couch_index:terminate/2(line:122) <= gen_server:try_terminate/3(line:643) <= gen_server:terminate/7(line:809) <= proc_lib:init_p_do_apply/3(line:240) last msg: {'DOWN',#Ref<0.0.41418755.187124>,process,<0.6479.959>,killed} state: {st,couch_mrview_index,{mrst,<<62,130,60,42,67,131,172,12,24,212,229,116,19,90,91,8>>,<0.3369.959>,#Ref<0.0.41418755.187123>,<<"shards/80000000-8fffffff/_replicator.1510390507">>,<<"_design/_replicator">>,<<"javascript">>,[],false,false,{[]},[],{btree,<0.3369.959>,nil,undefined,undefined,undefined,nil,snappy},nil,0,0,undefined,undefined,undefined,undefined,undefined,nil},<0.31807.958>,<0.31747.958>,[],true,false} [error] 2018-08-28T11:01:05.596171Z [email protected] <0.6971.959> -------- CRASH REPORT Process (<0.6971.959>) with 0 neighbors exited with reason: {normal,{gen_server,call,[<0.3369.959>,close,infinity]}} at gen_server:terminate/7(line:814) <= proc_lib:init_p_do_apply/3(line:240); initial_call: {couch_index,init,['Argument__1']}, ancestors: [<0.956.959>], messages: [], links: [<0.31747.958>,<0.31807.958>,<0.238.0>], dictionary: [], trap_exit: false, status: running, heap_size: 2586, stack_size: 27, reductions: 1903 [error] 2018-08-28T11:01:05.596388Z [email protected] <0.31807.958> -------- gen_server <0.31807.958> terminated with reason: {normal,{gen_server,call,[<0.3369.959>,close,infinity]}} last msg: {'EXIT',<0.6971.959>,{normal,{gen_server,call,[<0.3369.959>,close,infinity]}}} state: {st,<0.6971.959>,couch_mrview_index,nil} [error] 2018-08-28T11:01:05.596663Z [email protected] <0.31807.958> -------- CRASH REPORT Process (<0.31807.958>) with 0 neighbors exited with reason: {normal,{gen_server,call,[<0.3369.959>,close,infinity]}} at gen_server:terminate/7(line:826) <= proc_lib:init_p_do_apply/3(line:240); initial_call: {couch_index_updater,init,['Argument__1']}, ancestors: [<0.6971.959>,<0.956.959>], messages: [], links: [], dictionary: [], trap_exit: true, status: running, heap_size: 376, stack_size: 27, reductions: 127 [error] 2018-08-28T11:01:05.596852Z [email protected] <0.31747.958> -------- gen_server <0.31747.958> terminated with reason: {normal,{gen_server,call,[<0.3369.959>,close,infinity]}} last msg: {'EXIT',<0.6971.959>,{normal,{gen_server,call,[<0.3369.959>,close,infinity]}}} state: {st,<0.6971.959>,couch_mrview_index,undefined} [error] 2018-08-28T11:01:05.597107Z [email protected] <0.31747.958> -------- CRASH REPORT Process (<0.31747.958>) with 0 neighbors exited with reason: {normal,{gen_server,call,[<0.3369.959>,close,infinity]}} at gen_server:terminate/7(line:826) <= proc_lib:init_p_do_apply/3(line:240); initial_call: {couch_index_compactor,init,['Argument__1']}, ancestors: [<0.6971.959>,<0.956.959>], messages: [], links: [], dictionary: [], trap_exit: true, status: running, heap_size: 376, stack_size: 27, reductions: 135` ## Configuration We use default settings except: local.ini ``` [cluster] q = 16 [log] level = warning ``` vm.args ``` -name [email protected] -setcookie XXXXXXXXXXXXXX -kernel inet_dist_listen_min 9100 -kernel inet_dist_listen_max 9200 -kernel error_logger silent -sasl sasl_error_logger false +K true +A 16 +Bd -noinput ``` sys.config ``` [ {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} ]} ]. ``` ## Environment Software is running on virtualized Centos 7 using OpenVZ 7. Each node has same configuration. Each node has 16 cores. CouchDB: 2.1.1
---------------------------------------------------------------- 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
