iilyak commented on pull request #3422: URL: https://github.com/apache/couchdb/pull/3422#issuecomment-799745662
I've got the following using 20.3.8.26 ``` [error] 2021-03-15T20:47:39.317559Z [email protected] <0.250.0> -------- couch_server terminating with {{badmatch,nok},[{couch_server,handle_info,2,[{file,"src/couch_server.erl"},{line,719}]},{gen_server,try_dispatch,4,[{file,"gen_server.erl"},{line,616}]},{gen_server,handle_msg,6,[{file,"gen_server.erl"},{line,686}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,247}]}]}, state {server,"/Users/[email protected]/dev/db.mono/src/couchdb/dev/lib/node1/data",[{"couch",couch_bt_engine}],62,0,"Mon, 15 Mar 2021 20:46:27 GMT",false,redacted,couch_dbs_1,couch_dbs_pid_to_name_1,couch_dbs_locks_1} [error] 2021-03-15T20:47:39.318413Z [email protected] <0.250.0> -------- gen_server couch_server_1 terminated with reason: no match of right hand value nok at couch_server:handle_info/2(line:719) <= gen_server:try_dispatch/4(line:616) <= gen_server:handle_msg/6(line:686) <= proc_lib:init_p_do_apply/3(line:247) last msg: die state: {server,"/Users/[email protected]/dev/db.mono/src/couchdb/dev/lib/node1/data",[{"couch",couch_bt_engine}],62,0,"Mon, 15 Mar 2021 20:46:27 GMT",false,{0,#Ref<0.2205975427.3573678086.33533>,#Ref<0.2205975427.3573678086.33534>},couch_dbs_1,couch_dbs_pid_to_name_1,couch_dbs_locks_1} extra: [] [error] 2021-03-15T20:47:39.323063Z [email protected] <0.250.0> -------- CRASH REPORT Process couch_server_1 (<0.250.0>) with 0 neighbors crashed with reason: no match of right hand value nok at couch_server:handle_info/2(line:719) <= gen_server:try_dispatch/4(line:616) <= gen_server:handle_msg/6(line:686) <= proc_lib:init_p_do_apply/3(line:247); initial_call: {couch_server,init,['Argument__1']}, ancestors: [couch_primary_services,couch_sup,<0.244.0>], message_queue_len: 0, messages: [], links: [<0.247.0>], dictionary: [], trap_exit: true, status: running, heap_size: 4185, stack_size: 27, reductions: 6727 ``` As you can see some of the messages are missing in your output. Also while trying this out I realized that my instructions are no longer correct after a merge of couch_server work. The `couch_server ! die` should be `couch_server_1 ! die` now. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
