Created
July 11, 2014 04:16
-
-
Save ndrut/c79da6415593255df9da to your computer and use it in GitHub Desktop.
CouchDB 1.6 - Fresh install
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Apache CouchDB 1.4.0+build.4479b86 (LogLevel=debug) is starting. | |
| Configuration Settings ["/usr/local/etc/couchdb/default.ini", | |
| "/usr/local/etc/couchdb/local.ini"]: | |
| [attachments] compressible_types="text/*, application/javascript, application/json, application/xml" | |
| [attachments] compression_level="8" | |
| [compaction_daemon] check_interval="300" | |
| [compaction_daemon] min_file_size="131072" | |
| [cors] credentials="false" | |
| [couch_httpd_auth] allow_persistent_cookies="false" | |
| [couch_httpd_auth] auth_cache_size="50" | |
| [couch_httpd_auth] authentication_db="_users" | |
| [couch_httpd_auth] authentication_redirect="/_utils/session.html" | |
| [couch_httpd_auth] iterations="10" | |
| [couch_httpd_auth] require_valid_user="false" | |
| [couch_httpd_auth] timeout="600" | |
| [couch_httpd_oauth] use_users_db="false" | |
| [couchdb] attachment_stream_buffer_size="4096" | |
| [couchdb] database_dir="/usr/local/var/lib/couchdb" | |
| [couchdb] delayed_commits="true" | |
| [couchdb] file_compression="snappy" | |
| [couchdb] max_dbs_open="100" | |
| [couchdb] max_document_size="4294967296" | |
| [couchdb] os_process_timeout="5000" | |
| [couchdb] plugin_dir="/usr/local/lib/couchdb/plugins" | |
| [couchdb] uri_file="/usr/local/var/run/couchdb/couch.uri" | |
| [couchdb] util_driver_dir="/usr/local/lib/couchdb/erlang/lib/couch-1.6.0/priv/lib" | |
| [couchdb] uuid="437688f34e040cacce8a08d7515c20da" | |
| [couchdb] view_index_dir="/usr/local/var/lib/couchdb" | |
| [daemons] auth_cache="{couch_auth_cache, start_link, []}" | |
| [daemons] compaction_daemon="{couch_compaction_daemon, start_link, []}" | |
| [daemons] external_manager="{couch_external_manager, start_link, []}" | |
| [daemons] httpd="{couch_httpd, start_link, []}" | |
| [daemons] index_server="{couch_index_server, start_link, []}" | |
| [daemons] os_daemons="{couch_os_daemons, start_link, []}" | |
| [daemons] query_servers="{couch_query_servers, start_link, []}" | |
| [daemons] replicator_manager="{couch_replicator_manager, start_link, []}" | |
| [daemons] stats_aggregator="{couch_stats_aggregator, start, []}" | |
| [daemons] stats_collector="{couch_stats_collector, start, []}" | |
| [daemons] uuids="{couch_uuids, start, []}" | |
| [daemons] vhosts="{couch_httpd_vhost, start_link, []}" | |
| [database_compaction] checkpoint_after="5242880" | |
| [database_compaction] doc_buffer_size="524288" | |
| [httpd] allow_jsonp="false" | |
| [httpd] authentication_handlers="{couch_httpd_oauth, oauth_authentication_handler}, {couch_httpd_auth, cookie_authentication_handler}, {couch_httpd_auth, default_authentication_handler}" | |
| [httpd] bind_address="0.0.0.0" | |
| [httpd] default_handler="{couch_httpd_db, handle_request}" | |
| [httpd] enable_cors="false" | |
| [httpd] log_max_chunk_size="1000000" | |
| [httpd] port="5984" | |
| [httpd] secure_rewrites="true" | |
| [httpd] socket_options="[{recbuf, 262144}, {sndbuf, 262144}]" | |
| [httpd] vhost_global_handlers="_utils, _uuids, _session, _oauth, _users" | |
| [httpd_db_handlers] _all_docs="{couch_mrview_http, handle_all_docs_req}" | |
| [httpd_db_handlers] _changes="{couch_httpd_db, handle_changes_req}" | |
| [httpd_db_handlers] _compact="{couch_httpd_db, handle_compact_req}" | |
| [httpd_db_handlers] _design="{couch_httpd_db, handle_design_req}" | |
| [httpd_db_handlers] _temp_view="{couch_mrview_http, handle_temp_view_req}" | |
| [httpd_db_handlers] _view_cleanup="{couch_mrview_http, handle_cleanup_req}" | |
| [httpd_design_handlers] _compact="{couch_mrview_http, handle_compact_req}" | |
| [httpd_design_handlers] _info="{couch_mrview_http, handle_info_req}" | |
| [httpd_design_handlers] _list="{couch_mrview_show, handle_view_list_req}" | |
| [httpd_design_handlers] _rewrite="{couch_httpd_rewrite, handle_rewrite_req}" | |
| [httpd_design_handlers] _show="{couch_mrview_show, handle_doc_show_req}" | |
| [httpd_design_handlers] _update="{couch_mrview_show, handle_doc_update_req}" | |
| [httpd_design_handlers] _view="{couch_mrview_http, handle_view_req}" | |
| [httpd_global_handlers] /="{couch_httpd_misc_handlers, handle_welcome_req, <<\"Welcome\">>}" | |
| [httpd_global_handlers] _active_tasks="{couch_httpd_misc_handlers, handle_task_status_req}" | |
| [httpd_global_handlers] _all_dbs="{couch_httpd_misc_handlers, handle_all_dbs_req}" | |
| [httpd_global_handlers] _config="{couch_httpd_misc_handlers, handle_config_req}" | |
| [httpd_global_handlers] _db_updates="{couch_dbupdates_httpd, handle_req}" | |
| [httpd_global_handlers] _log="{couch_httpd_misc_handlers, handle_log_req}" | |
| [httpd_global_handlers] _oauth="{couch_httpd_oauth, handle_oauth_req}" | |
| [httpd_global_handlers] _plugins="{couch_plugins_httpd, handle_req}" | |
| [httpd_global_handlers] _replicate="{couch_replicator_httpd, handle_req}" | |
| [httpd_global_handlers] _restart="{couch_httpd_misc_handlers, handle_restart_req}" | |
| [httpd_global_handlers] _session="{couch_httpd_auth, handle_session_req}" | |
| [httpd_global_handlers] _stats="{couch_httpd_stats_handlers, handle_stats_req}" | |
| [httpd_global_handlers] _utils="{couch_httpd_misc_handlers, handle_utils_dir_req, \"/usr/local/share/couchdb/www\"}" | |
| [httpd_global_handlers] _uuids="{couch_httpd_misc_handlers, handle_uuids_req}" | |
| [httpd_global_handlers] favicon.ico="{couch_httpd_misc_handlers, handle_favicon_req, \"/usr/local/share/couchdb/www\"}" | |
| [log] file="/usr/local/var/log/couchdb/couch.log" | |
| [log] include_sasl="true" | |
| [log] level="debug" | |
| [query_server_config] os_process_limit="25" | |
| [query_server_config] reduce_limit="true" | |
| [query_servers] coffeescript="/usr/local/bin/couchjs /usr/local/share/couchdb/server/main-coffee.js" | |
| [query_servers] javascript="/usr/local/bin/couchjs /usr/local/share/couchdb/server/main.js" | |
| [replicator] connection_timeout="30000" | |
| [replicator] db="_replicator" | |
| [replicator] http_connections="20" | |
| [replicator] max_replication_retry_count="10" | |
| [replicator] retries_per_request="10" | |
| [replicator] socket_options="[{keepalive, true}, {nodelay, false}]" | |
| [replicator] ssl_certificate_max_depth="3" | |
| [replicator] verify_ssl_certificates="false" | |
| [replicator] worker_batch_size="500" | |
| [replicator] worker_processes="4" | |
| [ssl] port="6984" | |
| [ssl] ssl_certificate_max_depth="1" | |
| [ssl] verify_ssl_certificates="false" | |
| [stats] rate="1000" | |
| [stats] samples="[0, 60, 300, 900]" | |
| [uuids] algorithm="sequential" | |
| [uuids] max_count="1000" | |
| [vendor] name="The Apache Software Foundation" | |
| [vendor] version="1.6.0" | |
| [view_compaction] keyvalue_buffer_size="2097152" | |
| [error] [emulator] Error in process <0.137.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:38 === | |
| Error in process <0.137.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.130.0>] Replication manager received unexpected message {'EXIT', | |
| <0.137.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.130.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.130.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.137.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.137.0>,<0.138.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.137.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:38 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.137.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.137.0>,<0.138.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.137.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.130.0>] {error_report,<0.30.0>, | |
| {<0.130.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.130.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.137.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.90.0>,<0.138.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,1598}, | |
| {stack_size,27}, | |
| {reductions,4195}], | |
| [{neighbour, | |
| [{pid,<0.138.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.130.0>,<0.85.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| Apache CouchDB has started. Time to relax. | |
| =CRASH REPORT==== 10-Jul-2014::23:13:38 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.130.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.137.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.90.0>,<0.138.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 1598 | |
| stack_size: 27 | |
| reductions: 4195 | |
| neighbours: | |
| neighbour: [{pid,<0.138.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.130.0>,<0.85.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.90.0>] {error_report,<0.30.0>, | |
| {<0.90.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.137.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000, | |
| main_only,undefined,infinity,[],undefined,[],true, | |
| [],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.130.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:38 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.137.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.130.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [info] [<0.31.0>] Apache CouchDB has started on http://0.0.0.0:5984/ | |
| [error] [emulator] Error in process <0.142.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:38 === | |
| Error in process <0.142.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.141.0>] Replication manager received unexpected message {'EXIT', | |
| <0.142.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.141.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.141.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.142.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.142.0>,<0.143.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.142.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:38 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.142.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.142.0>,<0.143.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.142.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.141.0>] {error_report,<0.30.0>, | |
| {<0.141.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.141.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.142.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.143.0>,normal}]}, | |
| {links,[<0.90.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:38 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.141.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.142.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.143.0>,normal}] | |
| links: [<0.90.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.90.0>] {error_report,<0.30.0>, | |
| {<0.90.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.142.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000, | |
| main_only,undefined,infinity,[],undefined,[],true, | |
| [],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.141.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:38 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.142.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.141.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.145.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:38 === | |
| Error in process <0.145.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.144.0>] Replication manager received unexpected message {'EXIT', | |
| <0.145.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.144.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.144.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.145.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.145.0>,<0.146.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.145.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:38 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.145.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.145.0>,<0.146.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.145.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.144.0>] {error_report,<0.30.0>, | |
| {<0.144.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.144.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.145.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.90.0>,<0.146.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| [{neighbour, | |
| [{pid,<0.146.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.144.0>,<0.85.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:38 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.144.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.145.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.90.0>,<0.146.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| neighbour: [{pid,<0.146.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.144.0>,<0.85.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.90.0>] {error_report,<0.30.0>, | |
| {<0.90.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.145.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000, | |
| main_only,undefined,infinity,[],undefined,[],true, | |
| [],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.144.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:38 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.145.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.144.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.148.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:38 === | |
| Error in process <0.148.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.147.0>] Replication manager received unexpected message {'EXIT', | |
| <0.148.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.147.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.147.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.148.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.148.0>,<0.149.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.148.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:38 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.148.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.148.0>,<0.149.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.148.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.147.0>] {error_report,<0.30.0>, | |
| {<0.147.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.147.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.148.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.90.0>,<0.149.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:38 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.147.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.148.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.90.0>,<0.149.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.90.0>] {error_report,<0.30.0>, | |
| {<0.90.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.148.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000, | |
| main_only,undefined,infinity,[],undefined,[],true, | |
| [],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.147.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:38 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.148.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.147.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.151.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:38 === | |
| Error in process <0.151.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.150.0>] Replication manager received unexpected message {'EXIT', | |
| <0.151.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.150.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.150.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.151.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.151.0>,<0.152.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.151.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:38 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.151.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.151.0>,<0.152.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.151.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.150.0>] {error_report,<0.30.0>, | |
| {<0.150.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.150.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.151.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.90.0>,<0.152.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:38 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.150.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.151.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.90.0>,<0.152.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.90.0>] {error_report,<0.30.0>, | |
| {<0.90.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.151.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000, | |
| main_only,undefined,infinity,[],undefined,[],true, | |
| [],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.150.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:38 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.151.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.150.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.154.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:38 === | |
| Error in process <0.154.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.153.0>] Replication manager received unexpected message {'EXIT', | |
| <0.154.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.153.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.153.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.154.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.154.0>,<0.155.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.154.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.154.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.154.0>,<0.155.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.154.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.153.0>] {error_report,<0.30.0>, | |
| {<0.153.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.153.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.154.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.90.0>,<0.155.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.153.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.154.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.90.0>,<0.155.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.90.0>] {error_report,<0.30.0>, | |
| {<0.90.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.154.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000, | |
| main_only,undefined,infinity,[],undefined,[],true, | |
| [],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.153.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.154.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.153.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.157.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.157.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.156.0>] Replication manager received unexpected message {'EXIT', | |
| <0.157.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.156.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.156.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.157.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.157.0>,<0.158.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.157.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.157.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.157.0>,<0.158.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.157.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.156.0>] {error_report,<0.30.0>, | |
| {<0.156.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.156.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.157.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.90.0>,<0.158.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.156.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.157.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.90.0>,<0.158.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.90.0>] {error_report,<0.30.0>, | |
| {<0.90.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.157.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000, | |
| main_only,undefined,infinity,[],undefined,[],true, | |
| [],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.156.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.157.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.156.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.160.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.160.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.159.0>] Replication manager received unexpected message {'EXIT', | |
| <0.160.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.159.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.159.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.160.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.160.0>,<0.161.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.160.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.160.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.160.0>,<0.161.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.160.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.159.0>] {error_report,<0.30.0>, | |
| {<0.159.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.159.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.160.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.161.0>,normal}]}, | |
| {links,[<0.90.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.159.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.160.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.161.0>,normal}] | |
| links: [<0.90.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.90.0>] {error_report,<0.30.0>, | |
| {<0.90.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.160.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000, | |
| main_only,undefined,infinity,[],undefined,[],true, | |
| [],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.159.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.160.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.159.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.163.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.163.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.162.0>] Replication manager received unexpected message {'EXIT', | |
| <0.163.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.162.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.162.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.163.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.163.0>,<0.164.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.163.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.163.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.163.0>,<0.164.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.163.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.162.0>] {error_report,<0.30.0>, | |
| {<0.162.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.162.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.163.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.90.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.162.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.163.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.90.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.90.0>] {error_report,<0.30.0>, | |
| {<0.90.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.163.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000, | |
| main_only,undefined,infinity,[],undefined,[],true, | |
| [],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.162.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.163.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.162.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.166.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.166.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.165.0>] Replication manager received unexpected message {'EXIT', | |
| <0.166.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.165.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.165.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.166.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.166.0>,<0.167.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.166.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.166.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.166.0>,<0.167.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.166.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.165.0>] {error_report,<0.30.0>, | |
| {<0.165.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.165.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.166.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.167.0>,normal}]}, | |
| {links,[<0.90.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.165.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.166.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.167.0>,normal}] | |
| links: [<0.90.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.90.0>] {error_report,<0.30.0>, | |
| {<0.90.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.166.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000, | |
| main_only,undefined,infinity,[],undefined,[],true, | |
| [],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.165.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.166.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.165.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.169.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.169.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.168.0>] Replication manager received unexpected message {'EXIT', | |
| <0.169.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.168.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.168.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.169.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.169.0>,<0.170.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.169.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.169.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.169.0>,<0.170.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.169.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.168.0>] {error_report,<0.30.0>, | |
| {<0.168.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.168.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.169.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.90.0>,<0.170.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.168.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.169.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.90.0>,<0.170.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.90.0>] {error_report,<0.30.0>, | |
| {<0.90.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.169.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000, | |
| main_only,undefined,infinity,[],undefined,[],true, | |
| [],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.168.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.169.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.168.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [<0.90.0>] {error_report,<0.30.0>, | |
| {<0.90.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,shutdown}, | |
| {reason,reached_max_restart_intensity}, | |
| {offender, | |
| [{pid,<0.168.0>}, | |
| {name,replicator_manager}, | |
| {mfargs, | |
| {couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: shutdown | |
| Reason: reached_max_restart_intensity | |
| Offender: [{pid,<0.168.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [<0.80.0>] {error_report,<0.30.0>, | |
| {<0.80.0>,supervisor_report, | |
| [{supervisor,{local,couch_server_sup}}, | |
| {errorContext,child_terminated}, | |
| {reason,shutdown}, | |
| {offender, | |
| [{pid,<0.90.0>}, | |
| {name,couch_secondary_services}, | |
| {mfargs,{couch_secondary_sup,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,infinity}, | |
| {child_type,supervisor}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_server_sup} | |
| Context: child_terminated | |
| Reason: shutdown | |
| Offender: [{pid,<0.90.0>}, | |
| {name,couch_secondary_services}, | |
| {mfargs,{couch_secondary_sup,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,infinity}, | |
| {child_type,supervisor}] | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server <0.122.0> terminating | |
| ** Last message in was {'EXIT',<0.84.0>,killed} | |
| ** When Server state == {db,<0.122.0>,<0.123.0>,nil,<<"1405052018895185">>, | |
| <0.124.0>,<0.121.0>,<0.125.0>, | |
| {db_header,6,0,0,nil,nil,nil,0,nil,nil,1000}, | |
| 0, | |
| {btree,<0.121.0>, | |
| {90991,{1,0,1841},98}, | |
| #Fun<couch_db_updater.10.55895019>, | |
| #Fun<couch_db_updater.11.100913286>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.12.39068440>,snappy}, | |
| {btree,<0.121.0>, | |
| {91089,1,86}, | |
| #Fun<couch_db_updater.13.114276184>, | |
| #Fun<couch_db_updater.14.2340873>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.15.23651859>,snappy}, | |
| {btree,<0.121.0>,nil, | |
| #Fun<couch_btree.3.20686015>, | |
| #Fun<couch_btree.4.73514747>, | |
| #Fun<couch_btree.5.25288484>,nil,snappy}, | |
| 1,<<"_users">>, | |
| "/usr/local/var/lib/couchdb/_users.couch", | |
| [#Fun<couch_doc.8.106888048>], | |
| [],nil, | |
| {user_ctx,null,[],undefined}, | |
| #Ref<0.0.0.326>,1000, | |
| [before_header,after_header,on_file_open], | |
| [{before_doc_update, | |
| #Fun<couch_users_db.before_doc_update.2>}, | |
| {after_doc_read, | |
| #Fun<couch_users_db.after_doc_read.2>}, | |
| sys_db, | |
| {user_ctx, | |
| {user_ctx,null,[<<"_admin">>],undefined}}, | |
| nologifmissing,sys_db], | |
| snappy,#Fun<couch_users_db.before_doc_update.2>, | |
| #Fun<couch_users_db.after_doc_read.2>} | |
| ** Reason for termination == | |
| ** killed | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_db:init/1 | |
| pid: <0.122.0> | |
| registered_name: [] | |
| exception exit: killed | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [<0.120.0>] | |
| messages: [] | |
| links: [] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 987 | |
| stack_size: 27 | |
| reductions: 274 | |
| neighbours: | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server <0.133.0> terminating | |
| ** Last message in was {'EXIT',<0.84.0>,killed} | |
| ** When Server state == {db,<0.133.0>,<0.134.0>,nil,<<"1405052018926689">>, | |
| <0.135.0>,<0.132.0>,<0.136.0>, | |
| {db_header,6,0,0,nil,nil,nil,0,nil,nil,1000}, | |
| 0, | |
| {btree,<0.132.0>, | |
| {90439,{1,0,1817},104}, | |
| #Fun<couch_db_updater.10.55895019>, | |
| #Fun<couch_db_updater.11.100913286>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.12.39068440>,snappy}, | |
| {btree,<0.132.0>, | |
| {90543,1,92}, | |
| #Fun<couch_db_updater.13.114276184>, | |
| #Fun<couch_db_updater.14.2340873>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.15.23651859>,snappy}, | |
| {btree,<0.132.0>,nil, | |
| #Fun<couch_btree.3.20686015>, | |
| #Fun<couch_btree.4.73514747>, | |
| #Fun<couch_btree.5.25288484>,nil,snappy}, | |
| 1,<<"_replicator">>, | |
| "/usr/local/var/lib/couchdb/_replicator.couch", | |
| [#Fun<couch_doc.8.106888048>], | |
| [],nil, | |
| {user_ctx,null,[],undefined}, | |
| #Ref<0.0.0.360>,1000, | |
| [before_header,after_header,on_file_open], | |
| [{before_doc_update, | |
| #Fun<couch_replicator_manager.before_doc_update.2>}, | |
| {after_doc_read, | |
| #Fun<couch_replicator_manager.after_doc_read.2>}, | |
| sys_db,sys_db, | |
| {user_ctx, | |
| {user_ctx,null, | |
| [<<"_admin">>,<<"_replicator">>], | |
| undefined}}, | |
| nologifmissing], | |
| snappy, | |
| #Fun<couch_replicator_manager.before_doc_update.2>, | |
| #Fun<couch_replicator_manager.after_doc_read.2>} | |
| ** Reason for termination == | |
| ** killed | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_db:init/1 | |
| pid: <0.133.0> | |
| registered_name: [] | |
| exception exit: killed | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [<0.131.0>] | |
| messages: [] | |
| links: [] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 612 | |
| neighbours: | |
| [error] [emulator] Error in process <0.226.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.226.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.219.0>] Replication manager received unexpected message {'EXIT', | |
| <0.226.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.219.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.219.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.226.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.226.0>,<0.227.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.226.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.226.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.226.0>,<0.227.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.226.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.219.0>] {error_report,<0.30.0>, | |
| {<0.219.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.219.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.226.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.181.0>,<0.227.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,1598}, | |
| {stack_size,27}, | |
| {reductions,4195}], | |
| [{neighbour, | |
| [{pid,<0.227.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.219.0>,<0.176.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.219.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.226.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.181.0>,<0.227.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 1598 | |
| stack_size: 27 | |
| reductions: 4195 | |
| neighbours: | |
| neighbour: [{pid,<0.227.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.219.0>,<0.176.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.181.0>] {error_report,<0.30.0>, | |
| {<0.181.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.226.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.219.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.226.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.219.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.231.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.231.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.230.0>] Replication manager received unexpected message {'EXIT', | |
| <0.231.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.230.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.230.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.231.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.231.0>,<0.232.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.231.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.231.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.231.0>,<0.232.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.231.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.230.0>] {error_report,<0.30.0>, | |
| {<0.230.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.230.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.231.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.181.0>,<0.232.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.230.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.231.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.181.0>,<0.232.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.181.0>] {error_report,<0.30.0>, | |
| {<0.181.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.231.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.230.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.231.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.230.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.234.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.234.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.233.0>] Replication manager received unexpected message {'EXIT', | |
| <0.234.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.233.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.233.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.234.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.234.0>,<0.235.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.234.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.234.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.234.0>,<0.235.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.234.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.233.0>] {error_report,<0.30.0>, | |
| {<0.233.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.233.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.234.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.181.0>,<0.235.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.233.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.234.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.181.0>,<0.235.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.181.0>] {error_report,<0.30.0>, | |
| {<0.181.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.234.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.233.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.234.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.233.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.237.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.237.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.236.0>] Replication manager received unexpected message {'EXIT', | |
| <0.237.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.236.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.236.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.237.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.237.0>,<0.238.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.237.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.237.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.237.0>,<0.238.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.237.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.236.0>] {error_report,<0.30.0>, | |
| {<0.236.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.236.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.237.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.181.0>,<0.238.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.236.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.237.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.181.0>,<0.238.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.181.0>] {error_report,<0.30.0>, | |
| {<0.181.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.237.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.236.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.237.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.236.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.240.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.240.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.239.0>] Replication manager received unexpected message {'EXIT', | |
| <0.240.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.239.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.239.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.240.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.240.0>,<0.241.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.240.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.240.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.240.0>,<0.241.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.240.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.239.0>] {error_report,<0.30.0>, | |
| {<0.239.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.239.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.240.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.181.0>,<0.241.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.239.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.240.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.181.0>,<0.241.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.181.0>] {error_report,<0.30.0>, | |
| {<0.181.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.240.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.239.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.240.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.239.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.243.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.243.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.242.0>] Replication manager received unexpected message {'EXIT', | |
| <0.243.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.242.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.242.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.243.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.243.0>,<0.244.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.243.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.243.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.243.0>,<0.244.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.243.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.242.0>] {error_report,<0.30.0>, | |
| {<0.242.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.242.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.243.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.181.0>,<0.244.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| [{neighbour, | |
| [{pid,<0.244.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.242.0>,<0.176.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.242.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.243.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.181.0>,<0.244.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| neighbour: [{pid,<0.244.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.242.0>,<0.176.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.181.0>] {error_report,<0.30.0>, | |
| {<0.181.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.243.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.242.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.243.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.242.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.246.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.246.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.245.0>] Replication manager received unexpected message {'EXIT', | |
| <0.246.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.245.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.245.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.246.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.246.0>,<0.247.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.246.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.246.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.246.0>,<0.247.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.246.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.245.0>] {error_report,<0.30.0>, | |
| {<0.245.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.245.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.246.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.181.0>,<0.247.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.245.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.246.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.181.0>,<0.247.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.181.0>] {error_report,<0.30.0>, | |
| {<0.181.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.246.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.245.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.246.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.245.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.249.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.249.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.248.0>] Replication manager received unexpected message {'EXIT', | |
| <0.249.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.248.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.248.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.249.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.249.0>,<0.250.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.249.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.249.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.249.0>,<0.250.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.249.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.248.0>] {error_report,<0.30.0>, | |
| {<0.248.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.248.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.249.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.181.0>,<0.250.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.248.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.249.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.181.0>,<0.250.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.181.0>] {error_report,<0.30.0>, | |
| {<0.181.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.249.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.248.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.249.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.248.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.252.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.252.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.251.0>] Replication manager received unexpected message {'EXIT', | |
| <0.252.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.251.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.251.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.252.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.252.0>,<0.253.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.252.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.252.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.252.0>,<0.253.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.252.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.251.0>] {error_report,<0.30.0>, | |
| {<0.251.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.251.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.252.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.181.0>,<0.253.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.251.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.252.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.181.0>,<0.253.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.181.0>] {error_report,<0.30.0>, | |
| {<0.181.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.252.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.251.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.252.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.251.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.255.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.255.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.254.0>] Replication manager received unexpected message {'EXIT', | |
| <0.255.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.254.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.254.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.255.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.255.0>,<0.256.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.255.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.255.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.255.0>,<0.256.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.255.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.254.0>] {error_report,<0.30.0>, | |
| {<0.254.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.254.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.255.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.181.0>,<0.256.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| [{neighbour, | |
| [{pid,<0.256.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.254.0>,<0.176.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.254.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.255.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.181.0>,<0.256.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| neighbour: [{pid,<0.256.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.254.0>,<0.176.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.181.0>] {error_report,<0.30.0>, | |
| {<0.181.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.255.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.254.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.255.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.254.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.258.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.258.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.257.0>] Replication manager received unexpected message {'EXIT', | |
| <0.258.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.257.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.257.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.258.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.258.0>,<0.259.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.258.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.258.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.258.0>,<0.259.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.258.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.257.0>] {error_report,<0.30.0>, | |
| {<0.257.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.257.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.258.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.181.0>,<0.259.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.257.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.258.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.181.0>,<0.259.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.181.0>] {error_report,<0.30.0>, | |
| {<0.181.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.258.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.257.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.258.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.257.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [<0.181.0>] {error_report,<0.30.0>, | |
| {<0.181.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,shutdown}, | |
| {reason,reached_max_restart_intensity}, | |
| {offender, | |
| [{pid,<0.257.0>}, | |
| {name,replicator_manager}, | |
| {mfargs, | |
| {couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: shutdown | |
| Reason: reached_max_restart_intensity | |
| Offender: [{pid,<0.257.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [<0.80.0>] {error_report,<0.30.0>, | |
| {<0.80.0>,supervisor_report, | |
| [{supervisor,{local,couch_server_sup}}, | |
| {errorContext,child_terminated}, | |
| {reason,shutdown}, | |
| {offender, | |
| [{pid,<0.181.0>}, | |
| {name,couch_secondary_services}, | |
| {mfargs,{couch_secondary_sup,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,infinity}, | |
| {child_type,supervisor}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_server_sup} | |
| Context: child_terminated | |
| Reason: shutdown | |
| Offender: [{pid,<0.181.0>}, | |
| {name,couch_secondary_services}, | |
| {mfargs,{couch_secondary_sup,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,infinity}, | |
| {child_type,supervisor}] | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server <0.222.0> terminating | |
| ** Last message in was {'EXIT',<0.175.0>,killed} | |
| ** When Server state == {db,<0.222.0>,<0.223.0>,nil,<<"1405052019395464">>, | |
| <0.224.0>,<0.221.0>,<0.225.0>, | |
| {db_header,6,0,0,nil,nil,nil,0,nil,nil,1000}, | |
| 0, | |
| {btree,<0.221.0>, | |
| {92451,{1,0,1816},104}, | |
| #Fun<couch_db_updater.10.55895019>, | |
| #Fun<couch_db_updater.11.100913286>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.12.39068440>,snappy}, | |
| {btree,<0.221.0>, | |
| {92555,1,92}, | |
| #Fun<couch_db_updater.13.114276184>, | |
| #Fun<couch_db_updater.14.2340873>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.15.23651859>,snappy}, | |
| {btree,<0.221.0>,nil, | |
| #Fun<couch_btree.3.20686015>, | |
| #Fun<couch_btree.4.73514747>, | |
| #Fun<couch_btree.5.25288484>,nil,snappy}, | |
| 1,<<"_replicator">>, | |
| "/usr/local/var/lib/couchdb/_replicator.couch", | |
| [#Fun<couch_doc.8.106888048>], | |
| [],nil, | |
| {user_ctx,null,[],undefined}, | |
| #Ref<0.0.0.927>,1000, | |
| [before_header,after_header,on_file_open], | |
| [{before_doc_update, | |
| #Fun<couch_replicator_manager.before_doc_update.2>}, | |
| {after_doc_read, | |
| #Fun<couch_replicator_manager.after_doc_read.2>}, | |
| sys_db,sys_db, | |
| {user_ctx, | |
| {user_ctx,null, | |
| [<<"_admin">>,<<"_replicator">>], | |
| undefined}}, | |
| nologifmissing], | |
| snappy, | |
| #Fun<couch_replicator_manager.before_doc_update.2>, | |
| #Fun<couch_replicator_manager.after_doc_read.2>} | |
| ** Reason for termination == | |
| ** killed | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_db:init/1 | |
| pid: <0.222.0> | |
| registered_name: [] | |
| exception exit: killed | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [<0.220.0>] | |
| messages: [] | |
| links: [] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 604 | |
| neighbours: | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server <0.212.0> terminating | |
| ** Last message in was {'EXIT',<0.175.0>,killed} | |
| ** When Server state == {db,<0.212.0>,<0.213.0>,nil,<<"1405052019350658">>, | |
| <0.214.0>,<0.211.0>,<0.215.0>, | |
| {db_header,6,0,0,nil,nil,nil,0,nil,nil,1000}, | |
| 0, | |
| {btree,<0.211.0>, | |
| {93015,{1,0,1840},98}, | |
| #Fun<couch_db_updater.10.55895019>, | |
| #Fun<couch_db_updater.11.100913286>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.12.39068440>,snappy}, | |
| {btree,<0.211.0>, | |
| {93113,1,86}, | |
| #Fun<couch_db_updater.13.114276184>, | |
| #Fun<couch_db_updater.14.2340873>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.15.23651859>,snappy}, | |
| {btree,<0.211.0>,nil, | |
| #Fun<couch_btree.3.20686015>, | |
| #Fun<couch_btree.4.73514747>, | |
| #Fun<couch_btree.5.25288484>,nil,snappy}, | |
| 1,<<"_users">>, | |
| "/usr/local/var/lib/couchdb/_users.couch", | |
| [#Fun<couch_doc.8.106888048>], | |
| [],nil, | |
| {user_ctx,null,[],undefined}, | |
| #Ref<0.0.0.893>,1000, | |
| [before_header,after_header,on_file_open], | |
| [{before_doc_update, | |
| #Fun<couch_users_db.before_doc_update.2>}, | |
| {after_doc_read, | |
| #Fun<couch_users_db.after_doc_read.2>}, | |
| sys_db, | |
| {user_ctx, | |
| {user_ctx,null,[<<"_admin">>],undefined}}, | |
| nologifmissing,sys_db], | |
| snappy,#Fun<couch_users_db.before_doc_update.2>, | |
| #Fun<couch_users_db.after_doc_read.2>} | |
| ** Reason for termination == | |
| ** killed | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_db:init/1 | |
| pid: <0.212.0> | |
| registered_name: [] | |
| exception exit: killed | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [<0.210.0>] | |
| messages: [] | |
| links: [] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 987 | |
| stack_size: 27 | |
| reductions: 282 | |
| neighbours: | |
| [error] [emulator] Error in process <0.315.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.315.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.308.0>] Replication manager received unexpected message {'EXIT', | |
| <0.315.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.308.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.308.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.315.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.315.0>,<0.316.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.315.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.315.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.315.0>,<0.316.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.315.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.308.0>] {error_report,<0.30.0>, | |
| {<0.308.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.308.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.315.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.270.0>,<0.316.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,1598}, | |
| {stack_size,27}, | |
| {reductions,4195}], | |
| [{neighbour, | |
| [{pid,<0.316.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.308.0>,<0.265.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.308.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.315.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.270.0>,<0.316.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 1598 | |
| stack_size: 27 | |
| reductions: 4195 | |
| neighbours: | |
| neighbour: [{pid,<0.316.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.308.0>,<0.265.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.270.0>] {error_report,<0.30.0>, | |
| {<0.270.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.315.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.308.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.315.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.308.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.320.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.320.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.319.0>] Replication manager received unexpected message {'EXIT', | |
| <0.320.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.319.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.319.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.320.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.320.0>,<0.321.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.320.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.320.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.320.0>,<0.321.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.320.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.319.0>] {error_report,<0.30.0>, | |
| {<0.319.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.319.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.320.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.270.0>,<0.321.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| [{neighbour, | |
| [{pid,<0.321.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.319.0>,<0.265.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.319.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.320.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.270.0>,<0.321.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| neighbour: [{pid,<0.321.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.319.0>,<0.265.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.270.0>] {error_report,<0.30.0>, | |
| {<0.270.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.320.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.319.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.320.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.319.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.323.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.323.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.322.0>] Replication manager received unexpected message {'EXIT', | |
| <0.323.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.322.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.322.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.323.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.323.0>,<0.324.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.323.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.323.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.323.0>,<0.324.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.323.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.322.0>] {error_report,<0.30.0>, | |
| {<0.322.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.322.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.323.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.270.0>,<0.324.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| [{neighbour, | |
| [{pid,<0.324.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.322.0>,<0.265.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.322.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.323.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.270.0>,<0.324.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| neighbour: [{pid,<0.324.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.322.0>,<0.265.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.270.0>] {error_report,<0.30.0>, | |
| {<0.270.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.323.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.322.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.323.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.322.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.326.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.326.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.325.0>] Replication manager received unexpected message {'EXIT', | |
| <0.326.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.325.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.325.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.326.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.326.0>,<0.327.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.326.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.326.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.326.0>,<0.327.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.326.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.325.0>] {error_report,<0.30.0>, | |
| {<0.325.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.325.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.326.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.327.0>,normal}]}, | |
| {links,[<0.270.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.325.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.326.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.327.0>,normal}] | |
| links: [<0.270.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.270.0>] {error_report,<0.30.0>, | |
| {<0.270.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.326.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.325.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.326.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.325.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.329.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.329.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.328.0>] Replication manager received unexpected message {'EXIT', | |
| <0.329.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.328.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.328.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.329.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.329.0>,<0.330.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.329.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.329.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.329.0>,<0.330.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.329.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.328.0>] {error_report,<0.30.0>, | |
| {<0.328.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.328.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.329.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.270.0>,<0.330.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| [{neighbour, | |
| [{pid,<0.330.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.328.0>,<0.265.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.328.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.329.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.270.0>,<0.330.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| neighbour: [{pid,<0.330.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.328.0>,<0.265.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.270.0>] {error_report,<0.30.0>, | |
| {<0.270.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.329.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.328.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.329.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.328.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.332.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.332.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.331.0>] Replication manager received unexpected message {'EXIT', | |
| <0.332.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.331.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.331.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.332.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.332.0>,<0.333.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.332.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.332.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.332.0>,<0.333.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.332.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.331.0>] {error_report,<0.30.0>, | |
| {<0.331.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.331.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.332.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.270.0>,<0.333.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| [{neighbour, | |
| [{pid,<0.333.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.331.0>,<0.265.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.331.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.332.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.270.0>,<0.333.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| neighbour: [{pid,<0.333.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.331.0>,<0.265.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.270.0>] {error_report,<0.30.0>, | |
| {<0.270.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.332.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.331.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.332.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.331.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.335.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.335.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.334.0>] Replication manager received unexpected message {'EXIT', | |
| <0.335.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.334.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.334.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.335.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.335.0>,<0.336.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.335.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.335.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.335.0>,<0.336.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.335.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.334.0>] {error_report,<0.30.0>, | |
| {<0.334.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.334.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.335.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.270.0>,<0.336.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| [{neighbour, | |
| [{pid,<0.336.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.334.0>,<0.265.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.334.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.335.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.270.0>,<0.336.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| neighbour: [{pid,<0.336.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.334.0>,<0.265.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.270.0>] {error_report,<0.30.0>, | |
| {<0.270.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.335.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.334.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.335.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.334.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.338.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.338.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.337.0>] Replication manager received unexpected message {'EXIT', | |
| <0.338.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.337.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.337.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.338.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.338.0>,<0.339.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.338.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.338.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.338.0>,<0.339.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.338.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.337.0>] {error_report,<0.30.0>, | |
| {<0.337.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.337.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.338.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.339.0>,normal}]}, | |
| {links,[<0.270.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.337.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.338.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.339.0>,normal}] | |
| links: [<0.270.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.270.0>] {error_report,<0.30.0>, | |
| {<0.270.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.338.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.337.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.338.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.337.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.341.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.341.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.340.0>] Replication manager received unexpected message {'EXIT', | |
| <0.341.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.340.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.340.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.341.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.341.0>,<0.342.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.341.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.341.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.341.0>,<0.342.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.341.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.340.0>] {error_report,<0.30.0>, | |
| {<0.340.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.340.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.341.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.342.0>,normal}]}, | |
| {links,[<0.270.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.340.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.341.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.342.0>,normal}] | |
| links: [<0.270.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.270.0>] {error_report,<0.30.0>, | |
| {<0.270.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.341.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.340.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.341.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.340.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.344.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.344.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.343.0>] Replication manager received unexpected message {'EXIT', | |
| <0.344.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.343.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.343.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.344.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.344.0>,<0.345.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.344.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.344.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.344.0>,<0.345.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.344.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.343.0>] {error_report,<0.30.0>, | |
| {<0.343.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.343.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.344.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.270.0>,<0.345.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| [{neighbour, | |
| [{pid,<0.345.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.343.0>,<0.265.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.343.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.344.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.270.0>,<0.345.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| neighbour: [{pid,<0.345.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.343.0>,<0.265.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.270.0>] {error_report,<0.30.0>, | |
| {<0.270.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.344.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.343.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.344.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.343.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.347.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.347.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.346.0>] Replication manager received unexpected message {'EXIT', | |
| <0.347.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.346.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.346.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.347.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.347.0>,<0.348.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.347.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.347.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.347.0>,<0.348.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.347.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.346.0>] {error_report,<0.30.0>, | |
| {<0.346.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.346.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.347.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.348.0>,normal}]}, | |
| {links,[<0.270.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.346.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.347.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.348.0>,normal}] | |
| links: [<0.270.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.270.0>] {error_report,<0.30.0>, | |
| {<0.270.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.347.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.346.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.347.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.346.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [<0.270.0>] {error_report,<0.30.0>, | |
| {<0.270.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,shutdown}, | |
| {reason,reached_max_restart_intensity}, | |
| {offender, | |
| [{pid,<0.346.0>}, | |
| {name,replicator_manager}, | |
| {mfargs, | |
| {couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: shutdown | |
| Reason: reached_max_restart_intensity | |
| Offender: [{pid,<0.346.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [<0.80.0>] {error_report,<0.30.0>, | |
| {<0.80.0>,supervisor_report, | |
| [{supervisor,{local,couch_server_sup}}, | |
| {errorContext,child_terminated}, | |
| {reason,shutdown}, | |
| {offender, | |
| [{pid,<0.270.0>}, | |
| {name,couch_secondary_services}, | |
| {mfargs,{couch_secondary_sup,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,infinity}, | |
| {child_type,supervisor}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_server_sup} | |
| Context: child_terminated | |
| Reason: shutdown | |
| Offender: [{pid,<0.270.0>}, | |
| {name,couch_secondary_services}, | |
| {mfargs,{couch_secondary_sup,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,infinity}, | |
| {child_type,supervisor}] | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server <0.311.0> terminating | |
| ** Last message in was {'EXIT',<0.264.0>,killed} | |
| ** When Server state == {db,<0.311.0>,<0.312.0>,nil,<<"1405052019595957">>, | |
| <0.313.0>,<0.310.0>,<0.314.0>, | |
| {db_header,6,0,0,nil,nil,nil,0,nil,nil,1000}, | |
| 0, | |
| {btree,<0.310.0>, | |
| {94464,{1,0,1817},104}, | |
| #Fun<couch_db_updater.10.55895019>, | |
| #Fun<couch_db_updater.11.100913286>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.12.39068440>,snappy}, | |
| {btree,<0.310.0>, | |
| {94568,1,92}, | |
| #Fun<couch_db_updater.13.114276184>, | |
| #Fun<couch_db_updater.14.2340873>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.15.23651859>,snappy}, | |
| {btree,<0.310.0>,nil, | |
| #Fun<couch_btree.3.20686015>, | |
| #Fun<couch_btree.4.73514747>, | |
| #Fun<couch_btree.5.25288484>,nil,snappy}, | |
| 1,<<"_replicator">>, | |
| "/usr/local/var/lib/couchdb/_replicator.couch", | |
| [#Fun<couch_doc.8.106888048>], | |
| [],nil, | |
| {user_ctx,null,[],undefined}, | |
| #Ref<0.0.0.1486>,1000, | |
| [before_header,after_header,on_file_open], | |
| [{before_doc_update, | |
| #Fun<couch_replicator_manager.before_doc_update.2>}, | |
| {after_doc_read, | |
| #Fun<couch_replicator_manager.after_doc_read.2>}, | |
| sys_db,sys_db, | |
| {user_ctx, | |
| {user_ctx,null, | |
| [<<"_admin">>,<<"_replicator">>], | |
| undefined}}, | |
| nologifmissing], | |
| snappy, | |
| #Fun<couch_replicator_manager.before_doc_update.2>, | |
| #Fun<couch_replicator_manager.after_doc_read.2>} | |
| ** Reason for termination == | |
| ** killed | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_db:init/1 | |
| pid: <0.311.0> | |
| registered_name: [] | |
| exception exit: killed | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [<0.309.0>] | |
| messages: [] | |
| links: [] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 604 | |
| neighbours: | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server <0.301.0> terminating | |
| ** Last message in was {'EXIT',<0.264.0>,killed} | |
| ** When Server state == {db,<0.301.0>,<0.302.0>,nil,<<"1405052019549351">>, | |
| <0.303.0>,<0.300.0>,<0.304.0>, | |
| {db_header,6,0,0,nil,nil,nil,0,nil,nil,1000}, | |
| 0, | |
| {btree,<0.300.0>, | |
| {95040,{1,0,1841},98}, | |
| #Fun<couch_db_updater.10.55895019>, | |
| #Fun<couch_db_updater.11.100913286>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.12.39068440>,snappy}, | |
| {btree,<0.300.0>, | |
| {95138,1,86}, | |
| #Fun<couch_db_updater.13.114276184>, | |
| #Fun<couch_db_updater.14.2340873>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.15.23651859>,snappy}, | |
| {btree,<0.300.0>,nil, | |
| #Fun<couch_btree.3.20686015>, | |
| #Fun<couch_btree.4.73514747>, | |
| #Fun<couch_btree.5.25288484>,nil,snappy}, | |
| 1,<<"_users">>, | |
| "/usr/local/var/lib/couchdb/_users.couch", | |
| [#Fun<couch_doc.8.106888048>], | |
| [],nil, | |
| {user_ctx,null,[],undefined}, | |
| #Ref<0.0.0.1452>,1000, | |
| [before_header,after_header,on_file_open], | |
| [{before_doc_update, | |
| #Fun<couch_users_db.before_doc_update.2>}, | |
| {after_doc_read, | |
| #Fun<couch_users_db.after_doc_read.2>}, | |
| sys_db, | |
| {user_ctx, | |
| {user_ctx,null,[<<"_admin">>],undefined}}, | |
| nologifmissing,sys_db], | |
| snappy,#Fun<couch_users_db.before_doc_update.2>, | |
| #Fun<couch_users_db.after_doc_read.2>} | |
| ** Reason for termination == | |
| ** killed | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_db:init/1 | |
| pid: <0.301.0> | |
| registered_name: [] | |
| exception exit: killed | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [<0.299.0>] | |
| messages: [] | |
| links: [] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 987 | |
| stack_size: 27 | |
| reductions: 274 | |
| neighbours: | |
| [error] [emulator] Error in process <0.405.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.405.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.397.0>] Replication manager received unexpected message {'EXIT', | |
| <0.405.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.397.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.397.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.405.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.405.0>,<0.406.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.405.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.405.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.405.0>,<0.406.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.405.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.397.0>] {error_report,<0.30.0>, | |
| {<0.397.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.397.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.405.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.359.0>,<0.406.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,1598}, | |
| {stack_size,27}, | |
| {reductions,4195}], | |
| [{neighbour, | |
| [{pid,<0.406.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.397.0>,<0.354.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.397.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.405.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.359.0>,<0.406.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 1598 | |
| stack_size: 27 | |
| reductions: 4195 | |
| neighbours: | |
| neighbour: [{pid,<0.406.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.397.0>,<0.354.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.359.0>] {error_report,<0.30.0>, | |
| {<0.359.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.405.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.397.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.405.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.397.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.410.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.410.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.409.0>] Replication manager received unexpected message {'EXIT', | |
| <0.410.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.409.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.409.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.410.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.410.0>,<0.411.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.410.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.410.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.410.0>,<0.411.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.410.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.409.0>] {error_report,<0.30.0>, | |
| {<0.409.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.409.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.410.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.411.0>,normal}]}, | |
| {links,[<0.359.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.409.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.410.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.411.0>,normal}] | |
| links: [<0.359.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.359.0>] {error_report,<0.30.0>, | |
| {<0.359.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.410.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.409.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.410.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.409.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.413.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.413.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.412.0>] Replication manager received unexpected message {'EXIT', | |
| <0.413.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.412.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.412.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.413.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.413.0>,<0.414.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.413.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.413.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.413.0>,<0.414.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.413.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.412.0>] {error_report,<0.30.0>, | |
| {<0.412.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.412.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.413.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.414.0>,normal}]}, | |
| {links,[<0.359.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.412.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.413.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.414.0>,normal}] | |
| links: [<0.359.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.359.0>] {error_report,<0.30.0>, | |
| {<0.359.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.413.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.412.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.413.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.412.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.416.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.416.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.415.0>] Replication manager received unexpected message {'EXIT', | |
| <0.416.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.415.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.415.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.416.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.416.0>,<0.417.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.416.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.416.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.416.0>,<0.417.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.416.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.415.0>] {error_report,<0.30.0>, | |
| {<0.415.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.415.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.416.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.417.0>,normal}]}, | |
| {links,[<0.359.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.415.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.416.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.417.0>,normal}] | |
| links: [<0.359.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.359.0>] {error_report,<0.30.0>, | |
| {<0.359.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.416.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.415.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.416.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.415.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.419.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.419.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.418.0>] Replication manager received unexpected message {'EXIT', | |
| <0.419.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.418.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.418.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.419.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.419.0>,<0.420.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.419.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.419.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.419.0>,<0.420.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.419.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.418.0>] {error_report,<0.30.0>, | |
| {<0.418.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.418.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.419.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.420.0>,normal}]}, | |
| {links,[<0.359.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.418.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.419.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.420.0>,normal}] | |
| links: [<0.359.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.359.0>] {error_report,<0.30.0>, | |
| {<0.359.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.419.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.418.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.419.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.418.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.422.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.422.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.421.0>] Replication manager received unexpected message {'EXIT', | |
| <0.422.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.421.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.421.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.422.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.422.0>,<0.423.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.422.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.422.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.422.0>,<0.423.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.422.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.421.0>] {error_report,<0.30.0>, | |
| {<0.421.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.421.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.422.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.423.0>,normal}]}, | |
| {links,[<0.359.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.421.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.422.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.423.0>,normal}] | |
| links: [<0.359.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.359.0>] {error_report,<0.30.0>, | |
| {<0.359.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.422.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.421.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.422.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.421.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.425.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.425.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.424.0>] Replication manager received unexpected message {'EXIT', | |
| <0.425.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.424.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.424.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.425.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.425.0>,<0.426.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.425.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.425.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.425.0>,<0.426.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.425.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.424.0>] {error_report,<0.30.0>, | |
| {<0.424.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.424.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.425.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.359.0>,<0.426.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| [{neighbour, | |
| [{pid,<0.426.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.424.0>,<0.354.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.424.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.425.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.359.0>,<0.426.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| neighbour: [{pid,<0.426.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.424.0>,<0.354.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.359.0>] {error_report,<0.30.0>, | |
| {<0.359.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.425.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.424.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.425.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.424.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.428.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.428.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.427.0>] Replication manager received unexpected message {'EXIT', | |
| <0.428.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.427.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.427.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.428.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.428.0>,<0.429.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.428.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.428.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.428.0>,<0.429.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.428.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.427.0>] {error_report,<0.30.0>, | |
| {<0.427.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.427.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.428.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.429.0>,normal}]}, | |
| {links,[<0.359.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.427.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.428.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.429.0>,normal}] | |
| links: [<0.359.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.359.0>] {error_report,<0.30.0>, | |
| {<0.359.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.428.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.427.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.428.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.427.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.431.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.431.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.430.0>] Replication manager received unexpected message {'EXIT', | |
| <0.431.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.430.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.430.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.431.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.431.0>,<0.432.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.431.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.431.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.431.0>,<0.432.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.431.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.430.0>] {error_report,<0.30.0>, | |
| {<0.430.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.430.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.431.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.359.0>,<0.432.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| [{neighbour, | |
| [{pid,<0.432.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.430.0>,<0.354.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.430.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.431.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.359.0>,<0.432.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| neighbour: [{pid,<0.432.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.430.0>,<0.354.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.359.0>] {error_report,<0.30.0>, | |
| {<0.359.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.431.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.430.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.431.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.430.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.434.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.434.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.433.0>] Replication manager received unexpected message {'EXIT', | |
| <0.434.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.433.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.433.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.434.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.434.0>,<0.435.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.434.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.434.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.434.0>,<0.435.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.434.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.433.0>] {error_report,<0.30.0>, | |
| {<0.433.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.433.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.434.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.435.0>,normal}]}, | |
| {links,[<0.359.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.433.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.434.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.435.0>,normal}] | |
| links: [<0.359.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.359.0>] {error_report,<0.30.0>, | |
| {<0.359.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.434.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.433.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.434.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.433.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.437.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| Error in process <0.437.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.436.0>] Replication manager received unexpected message {'EXIT', | |
| <0.437.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.436.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.436.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.437.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.437.0>,<0.438.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.437.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.437.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.437.0>,<0.438.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.437.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.436.0>] {error_report,<0.30.0>, | |
| {<0.436.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.436.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.437.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.438.0>,normal}]}, | |
| {links,[<0.359.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.436.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.437.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.438.0>,normal}] | |
| links: [<0.359.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.359.0>] {error_report,<0.30.0>, | |
| {<0.359.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.437.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.436.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.437.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.436.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [<0.359.0>] {error_report,<0.30.0>, | |
| {<0.359.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,shutdown}, | |
| {reason,reached_max_restart_intensity}, | |
| {offender, | |
| [{pid,<0.436.0>}, | |
| {name,replicator_manager}, | |
| {mfargs, | |
| {couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: shutdown | |
| Reason: reached_max_restart_intensity | |
| Offender: [{pid,<0.436.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [<0.80.0>] {error_report,<0.30.0>, | |
| {<0.80.0>,supervisor_report, | |
| [{supervisor,{local,couch_server_sup}}, | |
| {errorContext,child_terminated}, | |
| {reason,shutdown}, | |
| {offender, | |
| [{pid,<0.359.0>}, | |
| {name,couch_secondary_services}, | |
| {mfargs,{couch_secondary_sup,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,infinity}, | |
| {child_type,supervisor}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:39 === | |
| Supervisor: {local,couch_server_sup} | |
| Context: child_terminated | |
| Reason: shutdown | |
| Offender: [{pid,<0.359.0>}, | |
| {name,couch_secondary_services}, | |
| {mfargs,{couch_secondary_sup,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,infinity}, | |
| {child_type,supervisor}] | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server <0.400.0> terminating | |
| ** Last message in was {'EXIT',<0.353.0>,killed} | |
| ** When Server state == {db,<0.400.0>,<0.401.0>,nil,<<"1405052019841568">>, | |
| <0.402.0>,<0.399.0>,<0.404.0>, | |
| {db_header,6,0,0,nil,nil,nil,0,nil,nil,1000}, | |
| 0, | |
| {btree,<0.399.0>, | |
| {96476,{1,0,1816},104}, | |
| #Fun<couch_db_updater.10.55895019>, | |
| #Fun<couch_db_updater.11.100913286>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.12.39068440>,snappy}, | |
| {btree,<0.399.0>, | |
| {96580,1,92}, | |
| #Fun<couch_db_updater.13.114276184>, | |
| #Fun<couch_db_updater.14.2340873>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.15.23651859>,snappy}, | |
| {btree,<0.399.0>,nil, | |
| #Fun<couch_btree.3.20686015>, | |
| #Fun<couch_btree.4.73514747>, | |
| #Fun<couch_btree.5.25288484>,nil,snappy}, | |
| 1,<<"_replicator">>, | |
| "/usr/local/var/lib/couchdb/_replicator.couch", | |
| [#Fun<couch_doc.8.106888048>], | |
| [],nil, | |
| {user_ctx,null,[],undefined}, | |
| #Ref<0.0.0.2051>,1000, | |
| [before_header,after_header,on_file_open], | |
| [{before_doc_update, | |
| #Fun<couch_replicator_manager.before_doc_update.2>}, | |
| {after_doc_read, | |
| #Fun<couch_replicator_manager.after_doc_read.2>}, | |
| sys_db,sys_db, | |
| {user_ctx, | |
| {user_ctx,null, | |
| [<<"_admin">>,<<"_replicator">>], | |
| undefined}}, | |
| nologifmissing], | |
| snappy, | |
| #Fun<couch_replicator_manager.before_doc_update.2>, | |
| #Fun<couch_replicator_manager.after_doc_read.2>} | |
| ** Reason for termination == | |
| ** killed | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_db:init/1 | |
| pid: <0.400.0> | |
| registered_name: [] | |
| exception exit: killed | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [<0.398.0>] | |
| messages: [] | |
| links: [] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 628 | |
| neighbours: | |
| =ERROR REPORT==== 10-Jul-2014::23:13:39 === | |
| ** Generic server <0.390.0> terminating | |
| ** Last message in was {'EXIT',<0.353.0>,killed} | |
| ** When Server state == {db,<0.390.0>,<0.391.0>,nil,<<"1405052019785477">>, | |
| <0.392.0>,<0.389.0>,<0.393.0>, | |
| {db_header,6,0,0,nil,nil,nil,0,nil,nil,1000}, | |
| 0, | |
| {btree,<0.389.0>, | |
| {97064,{1,0,1840},98}, | |
| #Fun<couch_db_updater.10.55895019>, | |
| #Fun<couch_db_updater.11.100913286>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.12.39068440>,snappy}, | |
| {btree,<0.389.0>, | |
| {97162,1,86}, | |
| #Fun<couch_db_updater.13.114276184>, | |
| #Fun<couch_db_updater.14.2340873>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.15.23651859>,snappy}, | |
| {btree,<0.389.0>,nil, | |
| #Fun<couch_btree.3.20686015>, | |
| #Fun<couch_btree.4.73514747>, | |
| #Fun<couch_btree.5.25288484>,nil,snappy}, | |
| 1,<<"_users">>, | |
| "/usr/local/var/lib/couchdb/_users.couch", | |
| [#Fun<couch_doc.8.106888048>], | |
| [],nil, | |
| {user_ctx,null,[],undefined}, | |
| #Ref<0.0.0.2013>,1000, | |
| [before_header,after_header,on_file_open], | |
| [{before_doc_update, | |
| #Fun<couch_users_db.before_doc_update.2>}, | |
| {after_doc_read, | |
| #Fun<couch_users_db.after_doc_read.2>}, | |
| sys_db, | |
| {user_ctx, | |
| {user_ctx,null,[<<"_admin">>],undefined}}, | |
| nologifmissing,sys_db], | |
| snappy,#Fun<couch_users_db.before_doc_update.2>, | |
| #Fun<couch_users_db.after_doc_read.2>} | |
| ** Reason for termination == | |
| ** killed | |
| =CRASH REPORT==== 10-Jul-2014::23:13:39 === | |
| crasher: | |
| initial call: couch_db:init/1 | |
| pid: <0.390.0> | |
| registered_name: [] | |
| exception exit: killed | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [<0.388.0>] | |
| messages: [] | |
| links: [] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 987 | |
| stack_size: 27 | |
| reductions: 302 | |
| neighbours: | |
| [error] [emulator] Error in process <0.494.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.494.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.487.0>] Replication manager received unexpected message {'EXIT', | |
| <0.494.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.487.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.487.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.494.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.494.0>,<0.495.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.494.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.494.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.494.0>,<0.495.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.494.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.487.0>] {error_report,<0.30.0>, | |
| {<0.487.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.487.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.494.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.449.0>,<0.495.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,1598}, | |
| {stack_size,27}, | |
| {reductions,4195}], | |
| [{neighbour, | |
| [{pid,<0.495.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.487.0>,<0.444.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.487.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.494.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.449.0>,<0.495.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 1598 | |
| stack_size: 27 | |
| reductions: 4195 | |
| neighbours: | |
| neighbour: [{pid,<0.495.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.487.0>,<0.444.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.449.0>] {error_report,<0.30.0>, | |
| {<0.449.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.494.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.487.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.494.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.487.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.500.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.500.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.499.0>] Replication manager received unexpected message {'EXIT', | |
| <0.500.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.499.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.499.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.500.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.500.0>,<0.501.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.500.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.500.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.500.0>,<0.501.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.500.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.499.0>] {error_report,<0.30.0>, | |
| {<0.499.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.499.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.500.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.449.0>,<0.501.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| [{neighbour, | |
| [{pid,<0.501.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.499.0>,<0.444.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.499.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.500.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.449.0>,<0.501.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| neighbour: [{pid,<0.501.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.499.0>,<0.444.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.449.0>] {error_report,<0.30.0>, | |
| {<0.449.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.500.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.499.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.500.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.499.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.503.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.503.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.502.0>] Replication manager received unexpected message {'EXIT', | |
| <0.503.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.502.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.502.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.503.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.503.0>,<0.504.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.503.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.503.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.503.0>,<0.504.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.503.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.502.0>] {error_report,<0.30.0>, | |
| {<0.502.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.502.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.503.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.449.0>,<0.504.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| [{neighbour, | |
| [{pid,<0.504.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.502.0>,<0.444.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.502.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.503.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.449.0>,<0.504.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| neighbour: [{pid,<0.504.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.502.0>,<0.444.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.449.0>] {error_report,<0.30.0>, | |
| {<0.449.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.503.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.502.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.503.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.502.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.506.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.506.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.505.0>] Replication manager received unexpected message {'EXIT', | |
| <0.506.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.505.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.505.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.506.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.506.0>,<0.507.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.506.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.506.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.506.0>,<0.507.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.506.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.505.0>] {error_report,<0.30.0>, | |
| {<0.505.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.505.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.506.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.449.0>,<0.507.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| [{neighbour, | |
| [{pid,<0.507.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.505.0>,<0.444.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.505.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.506.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.449.0>,<0.507.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| neighbour: [{pid,<0.507.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.505.0>,<0.444.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.449.0>] {error_report,<0.30.0>, | |
| {<0.449.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.506.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.505.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.506.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.505.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.509.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.509.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.508.0>] Replication manager received unexpected message {'EXIT', | |
| <0.509.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.508.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.508.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.509.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.509.0>,<0.510.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.509.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.509.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.509.0>,<0.510.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.509.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.508.0>] {error_report,<0.30.0>, | |
| {<0.508.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.508.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.509.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.510.0>,normal}]}, | |
| {links,[<0.449.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.508.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.509.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.510.0>,normal}] | |
| links: [<0.449.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.449.0>] {error_report,<0.30.0>, | |
| {<0.449.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.509.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.508.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.509.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.508.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.512.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.512.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.511.0>] Replication manager received unexpected message {'EXIT', | |
| <0.512.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.511.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.511.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.512.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.512.0>,<0.513.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.512.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.512.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.512.0>,<0.513.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.512.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.511.0>] {error_report,<0.30.0>, | |
| {<0.511.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.511.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.512.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.513.0>,normal}]}, | |
| {links,[<0.449.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.511.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.512.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.513.0>,normal}] | |
| links: [<0.449.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.449.0>] {error_report,<0.30.0>, | |
| {<0.449.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.512.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.511.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.512.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.511.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.515.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.515.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.514.0>] Replication manager received unexpected message {'EXIT', | |
| <0.515.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.514.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.514.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.515.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.515.0>,<0.516.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.515.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.515.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.515.0>,<0.516.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.515.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.514.0>] {error_report,<0.30.0>, | |
| {<0.514.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.514.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.515.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.516.0>,normal}]}, | |
| {links,[<0.449.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.514.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.515.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.516.0>,normal}] | |
| links: [<0.449.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.449.0>] {error_report,<0.30.0>, | |
| {<0.449.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.515.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.514.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.515.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.514.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.518.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.518.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.517.0>] Replication manager received unexpected message {'EXIT', | |
| <0.518.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.517.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.517.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.518.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.518.0>,<0.519.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.518.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.518.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.518.0>,<0.519.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.518.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.517.0>] {error_report,<0.30.0>, | |
| {<0.517.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.517.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.518.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.449.0>,<0.519.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| [{neighbour, | |
| [{pid,<0.519.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.517.0>,<0.444.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.517.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.518.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.449.0>,<0.519.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| neighbour: [{pid,<0.519.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.517.0>,<0.444.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.449.0>] {error_report,<0.30.0>, | |
| {<0.449.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.518.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.517.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.518.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.517.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.521.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.521.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.520.0>] Replication manager received unexpected message {'EXIT', | |
| <0.521.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.520.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.520.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.521.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.521.0>,<0.522.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.521.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.521.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.521.0>,<0.522.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.521.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.520.0>] {error_report,<0.30.0>, | |
| {<0.520.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.520.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.521.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.522.0>,normal}]}, | |
| {links,[<0.449.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.520.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.521.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.522.0>,normal}] | |
| links: [<0.449.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.449.0>] {error_report,<0.30.0>, | |
| {<0.449.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.521.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.520.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.521.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.520.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.524.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.524.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.523.0>] Replication manager received unexpected message {'EXIT', | |
| <0.524.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.523.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.523.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.524.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.524.0>,<0.525.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.524.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.524.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.524.0>,<0.525.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.524.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.523.0>] {error_report,<0.30.0>, | |
| {<0.523.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.523.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.524.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.449.0>,<0.525.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| [{neighbour, | |
| [{pid,<0.525.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.523.0>,<0.444.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.523.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.524.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.449.0>,<0.525.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| neighbour: [{pid,<0.525.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.523.0>,<0.444.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.449.0>] {error_report,<0.30.0>, | |
| {<0.449.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.524.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.523.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.524.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.523.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.527.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.527.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.526.0>] Replication manager received unexpected message {'EXIT', | |
| <0.527.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.526.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.526.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.527.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.527.0>,<0.528.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.527.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.527.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.527.0>,<0.528.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.527.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.526.0>] {error_report,<0.30.0>, | |
| {<0.526.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.526.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.527.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.528.0>,normal}]}, | |
| {links,[<0.449.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.526.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.527.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.528.0>,normal}] | |
| links: [<0.449.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.449.0>] {error_report,<0.30.0>, | |
| {<0.449.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.527.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.526.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.527.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.526.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [<0.449.0>] {error_report,<0.30.0>, | |
| {<0.449.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,shutdown}, | |
| {reason,reached_max_restart_intensity}, | |
| {offender, | |
| [{pid,<0.526.0>}, | |
| {name,replicator_manager}, | |
| {mfargs, | |
| {couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: shutdown | |
| Reason: reached_max_restart_intensity | |
| Offender: [{pid,<0.526.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [<0.80.0>] {error_report,<0.30.0>, | |
| {<0.80.0>,supervisor_report, | |
| [{supervisor,{local,couch_server_sup}}, | |
| {errorContext,child_terminated}, | |
| {reason,shutdown}, | |
| {offender, | |
| [{pid,<0.449.0>}, | |
| {name,couch_secondary_services}, | |
| {mfargs,{couch_secondary_sup,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,infinity}, | |
| {child_type,supervisor}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_server_sup} | |
| Context: child_terminated | |
| Reason: shutdown | |
| Offender: [{pid,<0.449.0>}, | |
| {name,couch_secondary_services}, | |
| {mfargs,{couch_secondary_sup,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,infinity}, | |
| {child_type,supervisor}] | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server <0.490.0> terminating | |
| ** Last message in was {'EXIT',<0.443.0>,killed} | |
| ** When Server state == {db,<0.490.0>,<0.491.0>,nil,<<"1405052020086167">>, | |
| <0.492.0>,<0.489.0>,<0.493.0>, | |
| {db_header,6,0,0,nil,nil,nil,0,nil,nil,1000}, | |
| 0, | |
| {btree,<0.489.0>, | |
| {98489,{1,0,1817},104}, | |
| #Fun<couch_db_updater.10.55895019>, | |
| #Fun<couch_db_updater.11.100913286>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.12.39068440>,snappy}, | |
| {btree,<0.489.0>, | |
| {98593,1,92}, | |
| #Fun<couch_db_updater.13.114276184>, | |
| #Fun<couch_db_updater.14.2340873>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.15.23651859>,snappy}, | |
| {btree,<0.489.0>,nil, | |
| #Fun<couch_btree.3.20686015>, | |
| #Fun<couch_btree.4.73514747>, | |
| #Fun<couch_btree.5.25288484>,nil,snappy}, | |
| 1,<<"_replicator">>, | |
| "/usr/local/var/lib/couchdb/_replicator.couch", | |
| [#Fun<couch_doc.8.106888048>], | |
| [],nil, | |
| {user_ctx,null,[],undefined}, | |
| #Ref<0.0.0.2611>,1000, | |
| [before_header,after_header,on_file_open], | |
| [{before_doc_update, | |
| #Fun<couch_replicator_manager.before_doc_update.2>}, | |
| {after_doc_read, | |
| #Fun<couch_replicator_manager.after_doc_read.2>}, | |
| sys_db,sys_db, | |
| {user_ctx, | |
| {user_ctx,null, | |
| [<<"_admin">>,<<"_replicator">>], | |
| undefined}}, | |
| nologifmissing], | |
| snappy, | |
| #Fun<couch_replicator_manager.before_doc_update.2>, | |
| #Fun<couch_replicator_manager.after_doc_read.2>} | |
| ** Reason for termination == | |
| ** killed | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_db:init/1 | |
| pid: <0.490.0> | |
| registered_name: [] | |
| exception exit: killed | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [<0.488.0>] | |
| messages: [] | |
| links: [] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 604 | |
| neighbours: | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server <0.480.0> terminating | |
| ** Last message in was {'EXIT',<0.443.0>,killed} | |
| ** When Server state == {db,<0.480.0>,<0.481.0>,nil,<<"1405052020034177">>, | |
| <0.482.0>,<0.479.0>,<0.483.0>, | |
| {db_header,6,0,0,nil,nil,nil,0,nil,nil,1000}, | |
| 0, | |
| {btree,<0.479.0>, | |
| {99089,{1,0,1841},98}, | |
| #Fun<couch_db_updater.10.55895019>, | |
| #Fun<couch_db_updater.11.100913286>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.12.39068440>,snappy}, | |
| {btree,<0.479.0>, | |
| {99187,1,86}, | |
| #Fun<couch_db_updater.13.114276184>, | |
| #Fun<couch_db_updater.14.2340873>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.15.23651859>,snappy}, | |
| {btree,<0.479.0>,nil, | |
| #Fun<couch_btree.3.20686015>, | |
| #Fun<couch_btree.4.73514747>, | |
| #Fun<couch_btree.5.25288484>,nil,snappy}, | |
| 1,<<"_users">>, | |
| "/usr/local/var/lib/couchdb/_users.couch", | |
| [#Fun<couch_doc.8.106888048>], | |
| [],nil, | |
| {user_ctx,null,[],undefined}, | |
| #Ref<0.0.0.2577>,1000, | |
| [before_header,after_header,on_file_open], | |
| [{before_doc_update, | |
| #Fun<couch_users_db.before_doc_update.2>}, | |
| {after_doc_read, | |
| #Fun<couch_users_db.after_doc_read.2>}, | |
| sys_db, | |
| {user_ctx, | |
| {user_ctx,null,[<<"_admin">>],undefined}}, | |
| nologifmissing,sys_db], | |
| snappy,#Fun<couch_users_db.before_doc_update.2>, | |
| #Fun<couch_users_db.after_doc_read.2>} | |
| ** Reason for termination == | |
| ** killed | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_db:init/1 | |
| pid: <0.480.0> | |
| registered_name: [] | |
| exception exit: killed | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [<0.478.0>] | |
| messages: [] | |
| links: [] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 987 | |
| stack_size: 27 | |
| reductions: 274 | |
| neighbours: | |
| [error] [emulator] Error in process <0.584.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.584.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.577.0>] Replication manager received unexpected message {'EXIT', | |
| <0.584.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.577.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.577.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.584.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.584.0>,<0.585.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.584.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.584.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.584.0>,<0.585.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.584.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.577.0>] {error_report,<0.30.0>, | |
| {<0.577.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.577.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.584.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.539.0>,<0.585.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,1598}, | |
| {stack_size,27}, | |
| {reductions,4195}], | |
| [{neighbour, | |
| [{pid,<0.585.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.577.0>,<0.534.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.577.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.584.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.539.0>,<0.585.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 1598 | |
| stack_size: 27 | |
| reductions: 4195 | |
| neighbours: | |
| neighbour: [{pid,<0.585.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.577.0>,<0.534.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.539.0>] {error_report,<0.30.0>, | |
| {<0.539.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.584.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.577.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.584.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.577.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.589.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.589.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.588.0>] Replication manager received unexpected message {'EXIT', | |
| <0.589.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.588.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.588.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.589.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.589.0>,<0.590.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.589.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.589.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.589.0>,<0.590.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.589.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.588.0>] {error_report,<0.30.0>, | |
| {<0.588.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.588.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.589.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.590.0>,normal}]}, | |
| {links,[<0.539.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.588.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.589.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.590.0>,normal}] | |
| links: [<0.539.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.539.0>] {error_report,<0.30.0>, | |
| {<0.539.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.589.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.588.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.589.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.588.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.592.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.592.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.591.0>] Replication manager received unexpected message {'EXIT', | |
| <0.592.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.591.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.591.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.592.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.592.0>,<0.593.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.592.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.592.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.592.0>,<0.593.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.592.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.591.0>] {error_report,<0.30.0>, | |
| {<0.591.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.591.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.592.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.539.0>,<0.593.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| [{neighbour, | |
| [{pid,<0.593.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.591.0>,<0.534.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.591.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.592.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.539.0>,<0.593.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| neighbour: [{pid,<0.593.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.591.0>,<0.534.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.539.0>] {error_report,<0.30.0>, | |
| {<0.539.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.592.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.591.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.592.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.591.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.595.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.595.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.594.0>] Replication manager received unexpected message {'EXIT', | |
| <0.595.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.594.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.594.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.595.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.595.0>,<0.596.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.595.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.595.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.595.0>,<0.596.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.595.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.594.0>] {error_report,<0.30.0>, | |
| {<0.594.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.594.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.595.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.596.0>,normal}]}, | |
| {links,[<0.539.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.594.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.595.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.596.0>,normal}] | |
| links: [<0.539.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.539.0>] {error_report,<0.30.0>, | |
| {<0.539.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.595.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.594.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.595.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.594.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.598.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.598.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.597.0>] Replication manager received unexpected message {'EXIT', | |
| <0.598.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.597.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.597.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.598.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.598.0>,<0.599.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.598.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.598.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.598.0>,<0.599.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.598.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.597.0>] {error_report,<0.30.0>, | |
| {<0.597.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.597.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.598.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.599.0>,normal}]}, | |
| {links,[<0.539.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.597.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.598.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.599.0>,normal}] | |
| links: [<0.539.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.539.0>] {error_report,<0.30.0>, | |
| {<0.539.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.598.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.597.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.598.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.597.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.601.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.601.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.600.0>] Replication manager received unexpected message {'EXIT', | |
| <0.601.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.600.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.600.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.601.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.601.0>,<0.602.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.601.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.601.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.601.0>,<0.602.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.601.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.600.0>] {error_report,<0.30.0>, | |
| {<0.600.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.600.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.601.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.602.0>,normal}]}, | |
| {links,[<0.539.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.600.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.601.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.602.0>,normal}] | |
| links: [<0.539.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.539.0>] {error_report,<0.30.0>, | |
| {<0.539.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.601.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.600.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.601.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.600.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.604.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.604.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.603.0>] Replication manager received unexpected message {'EXIT', | |
| <0.604.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.603.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.603.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.604.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.604.0>,<0.605.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.604.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.604.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.604.0>,<0.605.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.604.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.603.0>] {error_report,<0.30.0>, | |
| {<0.603.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.603.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.604.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.605.0>,normal}]}, | |
| {links,[<0.539.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.603.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.604.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.605.0>,normal}] | |
| links: [<0.539.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.539.0>] {error_report,<0.30.0>, | |
| {<0.539.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.604.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.603.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.604.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.603.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.607.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.607.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.606.0>] Replication manager received unexpected message {'EXIT', | |
| <0.607.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.606.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.606.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.607.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.607.0>,<0.608.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.607.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.607.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.607.0>,<0.608.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.607.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.606.0>] {error_report,<0.30.0>, | |
| {<0.606.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.606.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.607.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.608.0>,normal}]}, | |
| {links,[<0.539.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.606.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.607.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.608.0>,normal}] | |
| links: [<0.539.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.539.0>] {error_report,<0.30.0>, | |
| {<0.539.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.607.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.606.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.607.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.606.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.610.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.610.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.609.0>] Replication manager received unexpected message {'EXIT', | |
| <0.610.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.609.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.609.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.610.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.610.0>,<0.611.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.610.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.610.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.610.0>,<0.611.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.610.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.609.0>] {error_report,<0.30.0>, | |
| {<0.609.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.609.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.610.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.611.0>,normal}]}, | |
| {links,[<0.539.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.609.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.610.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.611.0>,normal}] | |
| links: [<0.539.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.539.0>] {error_report,<0.30.0>, | |
| {<0.539.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.610.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.609.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.610.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.609.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.613.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.613.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.612.0>] Replication manager received unexpected message {'EXIT', | |
| <0.613.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.612.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.612.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.613.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.613.0>,<0.614.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.613.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.613.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.613.0>,<0.614.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.613.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.612.0>] {error_report,<0.30.0>, | |
| {<0.612.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.612.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.613.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.539.0>,<0.614.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| [{neighbour, | |
| [{pid,<0.614.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.612.0>,<0.534.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.612.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.613.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.539.0>,<0.614.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| neighbour: [{pid,<0.614.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.612.0>,<0.534.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.539.0>] {error_report,<0.30.0>, | |
| {<0.539.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.613.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.612.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.613.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.612.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.616.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.616.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.615.0>] Replication manager received unexpected message {'EXIT', | |
| <0.616.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.615.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.615.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.616.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.616.0>,<0.617.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.616.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.616.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.616.0>,<0.617.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.616.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.615.0>] {error_report,<0.30.0>, | |
| {<0.615.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.615.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.616.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.617.0>,normal}]}, | |
| {links,[<0.539.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3651}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.615.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.616.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.617.0>,normal}] | |
| links: [<0.539.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3651 | |
| neighbours: | |
| [error] [<0.539.0>] {error_report,<0.30.0>, | |
| {<0.539.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.616.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.615.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.616.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.615.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [<0.539.0>] {error_report,<0.30.0>, | |
| {<0.539.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,shutdown}, | |
| {reason,reached_max_restart_intensity}, | |
| {offender, | |
| [{pid,<0.615.0>}, | |
| {name,replicator_manager}, | |
| {mfargs, | |
| {couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: shutdown | |
| Reason: reached_max_restart_intensity | |
| Offender: [{pid,<0.615.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [<0.80.0>] {error_report,<0.30.0>, | |
| {<0.80.0>,supervisor_report, | |
| [{supervisor,{local,couch_server_sup}}, | |
| {errorContext,child_terminated}, | |
| {reason,shutdown}, | |
| {offender, | |
| [{pid,<0.539.0>}, | |
| {name,couch_secondary_services}, | |
| {mfargs,{couch_secondary_sup,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,infinity}, | |
| {child_type,supervisor}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_server_sup} | |
| Context: child_terminated | |
| Reason: shutdown | |
| Offender: [{pid,<0.539.0>}, | |
| {name,couch_secondary_services}, | |
| {mfargs,{couch_secondary_sup,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,infinity}, | |
| {child_type,supervisor}] | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server <0.570.0> terminating | |
| ** Last message in was {'EXIT',<0.533.0>,killed} | |
| ** When Server state == {db,<0.570.0>,<0.571.0>,nil,<<"1405052020287030">>, | |
| <0.572.0>,<0.569.0>,<0.573.0>, | |
| {db_header,6,0,0,nil,nil,nil,0,nil,nil,1000}, | |
| 0, | |
| {btree,<0.569.0>, | |
| {101113,{1,0,1840},98}, | |
| #Fun<couch_db_updater.10.55895019>, | |
| #Fun<couch_db_updater.11.100913286>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.12.39068440>,snappy}, | |
| {btree,<0.569.0>, | |
| {101211,1,86}, | |
| #Fun<couch_db_updater.13.114276184>, | |
| #Fun<couch_db_updater.14.2340873>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.15.23651859>,snappy}, | |
| {btree,<0.569.0>,nil, | |
| #Fun<couch_btree.3.20686015>, | |
| #Fun<couch_btree.4.73514747>, | |
| #Fun<couch_btree.5.25288484>,nil,snappy}, | |
| 1,<<"_users">>, | |
| "/usr/local/var/lib/couchdb/_users.couch", | |
| [#Fun<couch_doc.8.106888048>], | |
| [],nil, | |
| {user_ctx,null,[],undefined}, | |
| #Ref<0.0.0.3140>,1000, | |
| [before_header,after_header,on_file_open], | |
| [{before_doc_update, | |
| #Fun<couch_users_db.before_doc_update.2>}, | |
| {after_doc_read, | |
| #Fun<couch_users_db.after_doc_read.2>}, | |
| sys_db, | |
| {user_ctx, | |
| {user_ctx,null,[<<"_admin">>],undefined}}, | |
| nologifmissing,sys_db], | |
| snappy,#Fun<couch_users_db.before_doc_update.2>, | |
| #Fun<couch_users_db.after_doc_read.2>} | |
| ** Reason for termination == | |
| ** killed | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_db:init/1 | |
| pid: <0.570.0> | |
| registered_name: [] | |
| exception exit: killed | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [<0.568.0>] | |
| messages: [] | |
| links: [] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 987 | |
| stack_size: 27 | |
| reductions: 274 | |
| neighbours: | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server <0.580.0> terminating | |
| ** Last message in was {'EXIT',<0.533.0>,killed} | |
| ** When Server state == {db,<0.580.0>,<0.581.0>,nil,<<"1405052020343029">>, | |
| <0.582.0>,<0.579.0>,<0.583.0>, | |
| {db_header,6,0,0,nil,nil,nil,0,nil,nil,1000}, | |
| 0, | |
| {btree,<0.579.0>, | |
| {100501,{1,0,1816},104}, | |
| #Fun<couch_db_updater.10.55895019>, | |
| #Fun<couch_db_updater.11.100913286>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.12.39068440>,snappy}, | |
| {btree,<0.579.0>, | |
| {100605,1,92}, | |
| #Fun<couch_db_updater.13.114276184>, | |
| #Fun<couch_db_updater.14.2340873>, | |
| #Fun<couch_btree.5.25288484>, | |
| #Fun<couch_db_updater.15.23651859>,snappy}, | |
| {btree,<0.579.0>,nil, | |
| #Fun<couch_btree.3.20686015>, | |
| #Fun<couch_btree.4.73514747>, | |
| #Fun<couch_btree.5.25288484>,nil,snappy}, | |
| 1,<<"_replicator">>, | |
| "/usr/local/var/lib/couchdb/_replicator.couch", | |
| [#Fun<couch_doc.8.106888048>], | |
| [],nil, | |
| {user_ctx,null,[],undefined}, | |
| #Ref<0.0.0.3174>,1000, | |
| [before_header,after_header,on_file_open], | |
| [{before_doc_update, | |
| #Fun<couch_replicator_manager.before_doc_update.2>}, | |
| {after_doc_read, | |
| #Fun<couch_replicator_manager.after_doc_read.2>}, | |
| sys_db,sys_db, | |
| {user_ctx, | |
| {user_ctx,null, | |
| [<<"_admin">>,<<"_replicator">>], | |
| undefined}}, | |
| nologifmissing], | |
| snappy, | |
| #Fun<couch_replicator_manager.before_doc_update.2>, | |
| #Fun<couch_replicator_manager.after_doc_read.2>} | |
| ** Reason for termination == | |
| ** killed | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_db:init/1 | |
| pid: <0.580.0> | |
| registered_name: [] | |
| exception exit: killed | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [<0.578.0>] | |
| messages: [] | |
| links: [] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 612 | |
| neighbours: | |
| [error] [emulator] Error in process <0.674.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.674.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.666.0>] Replication manager received unexpected message {'EXIT', | |
| <0.674.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.666.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.666.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.674.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.674.0>,<0.675.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.674.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.674.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.674.0>,<0.675.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.674.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.666.0>] {error_report,<0.30.0>, | |
| {<0.666.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.666.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.674.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.628.0>,<0.675.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,1598}, | |
| {stack_size,27}, | |
| {reductions,4195}], | |
| [{neighbour, | |
| [{pid,<0.675.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.666.0>,<0.623.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.666.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.674.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.628.0>,<0.675.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 1598 | |
| stack_size: 27 | |
| reductions: 4195 | |
| neighbours: | |
| neighbour: [{pid,<0.675.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.666.0>,<0.623.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.628.0>] {error_report,<0.30.0>, | |
| {<0.628.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.674.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.666.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.674.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.666.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.679.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.679.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.678.0>] Replication manager received unexpected message {'EXIT', | |
| <0.679.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.678.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.678.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.679.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.679.0>,<0.680.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.679.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.679.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.679.0>,<0.680.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.679.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.678.0>] {error_report,<0.30.0>, | |
| {<0.678.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.678.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.679.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.680.0>,normal}]}, | |
| {links,[<0.628.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.678.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.679.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.680.0>,normal}] | |
| links: [<0.628.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.628.0>] {error_report,<0.30.0>, | |
| {<0.628.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.679.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.678.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.679.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.678.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.682.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.682.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.681.0>] Replication manager received unexpected message {'EXIT', | |
| <0.682.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.681.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.681.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.682.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.682.0>,<0.683.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.682.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.682.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.682.0>,<0.683.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.682.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.681.0>] {error_report,<0.30.0>, | |
| {<0.681.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.681.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.682.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.683.0>,normal}]}, | |
| {links,[<0.628.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.681.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.682.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.683.0>,normal}] | |
| links: [<0.628.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.628.0>] {error_report,<0.30.0>, | |
| {<0.628.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.682.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.681.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.682.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.681.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.685.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.685.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.684.0>] Replication manager received unexpected message {'EXIT', | |
| <0.685.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.684.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.684.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.685.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.685.0>,<0.686.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.685.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.685.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.685.0>,<0.686.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.685.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.684.0>] {error_report,<0.30.0>, | |
| {<0.684.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.684.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.685.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.628.0>,<0.686.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| [{neighbour, | |
| [{pid,<0.686.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.684.0>,<0.623.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.684.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.685.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.628.0>,<0.686.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| neighbour: [{pid,<0.686.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.684.0>,<0.623.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.628.0>] {error_report,<0.30.0>, | |
| {<0.628.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.685.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.684.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.685.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.684.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.688.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.688.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.687.0>] Replication manager received unexpected message {'EXIT', | |
| <0.688.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.687.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.687.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.688.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.688.0>,<0.689.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.688.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.688.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.688.0>,<0.689.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.688.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.687.0>] {error_report,<0.30.0>, | |
| {<0.687.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.687.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.688.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[]}, | |
| {links,[<0.628.0>,<0.689.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| [{neighbour, | |
| [{pid,<0.689.0>}, | |
| {registered_name,[]}, | |
| {initial_call, | |
| {couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors, | |
| [couch_replicator_manager,couch_secondary_services, | |
| couch_server_sup,<0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.687.0>,<0.623.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}]}]]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.687.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.688.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [] | |
| links: [<0.628.0>,<0.689.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| neighbour: [{pid,<0.689.0>}, | |
| {registered_name,[]}, | |
| {initial_call,{couch_event_sup,init,['Argument__1']}}, | |
| {current_function,{gen_server,loop,6}}, | |
| {ancestors,[couch_replicator_manager, | |
| couch_secondary_services,couch_server_sup, | |
| <0.31.0>]}, | |
| {messages,[{'$gen_cast',stop}]}, | |
| {links,[<0.687.0>,<0.623.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,false}, | |
| {status,runnable}, | |
| {heap_size,233}, | |
| {stack_size,9}, | |
| {reductions,32}] | |
| [error] [<0.628.0>] {error_report,<0.30.0>, | |
| {<0.628.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.688.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.687.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.688.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.687.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.691.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.691.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.690.0>] Replication manager received unexpected message {'EXIT', | |
| <0.691.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.690.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.690.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.691.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.691.0>,<0.692.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.691.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.691.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.691.0>,<0.692.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.691.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.690.0>] {error_report,<0.30.0>, | |
| {<0.690.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.690.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.691.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.692.0>,normal}]}, | |
| {links,[<0.628.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.690.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.691.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.692.0>,normal}] | |
| links: [<0.628.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.628.0>] {error_report,<0.30.0>, | |
| {<0.628.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.691.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.690.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.691.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.690.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.694.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.694.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.693.0>] Replication manager received unexpected message {'EXIT', | |
| <0.694.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.693.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.693.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.694.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.694.0>,<0.695.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.694.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.694.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.694.0>,<0.695.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.694.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.693.0>] {error_report,<0.30.0>, | |
| {<0.693.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.693.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.694.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.695.0>,normal}]}, | |
| {links,[<0.628.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.693.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.694.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.695.0>,normal}] | |
| links: [<0.628.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.628.0>] {error_report,<0.30.0>, | |
| {<0.628.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.694.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.693.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.694.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.693.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.697.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.697.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.696.0>] Replication manager received unexpected message {'EXIT', | |
| <0.697.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.696.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.696.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.697.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.697.0>,<0.698.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.697.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.697.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.697.0>,<0.698.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.697.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.696.0>] {error_report,<0.30.0>, | |
| {<0.696.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.696.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.697.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.698.0>,normal}]}, | |
| {links,[<0.628.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.696.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.697.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.698.0>,normal}] | |
| links: [<0.628.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.628.0>] {error_report,<0.30.0>, | |
| {<0.628.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.697.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.696.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.697.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.696.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.700.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.700.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.699.0>] Replication manager received unexpected message {'EXIT', | |
| <0.700.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.699.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.699.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.700.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.700.0>,<0.701.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.700.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.700.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.700.0>,<0.701.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.700.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.699.0>] {error_report,<0.30.0>, | |
| {<0.699.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.699.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.700.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.701.0>,normal}]}, | |
| {links,[<0.628.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.699.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.700.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.701.0>,normal}] | |
| links: [<0.628.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.628.0>] {error_report,<0.30.0>, | |
| {<0.628.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.700.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.699.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.700.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.699.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.703.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.703.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.702.0>] Replication manager received unexpected message {'EXIT', | |
| <0.703.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.702.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.702.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.703.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.703.0>,<0.704.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.703.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.703.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.703.0>,<0.704.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.703.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.702.0>] {error_report,<0.30.0>, | |
| {<0.702.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.702.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.703.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity, | |
| [],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}, | |
| [{gen_server,terminate,6, | |
| [{file,"gen_server.erl"},{line,746}]}, | |
| {proc_lib,init_p_do_apply,3, | |
| [{file,"proc_lib.erl"},{line,239}]}]}}, | |
| {ancestors, | |
| [couch_secondary_services,couch_server_sup,<0.31.0>]}, | |
| {messages,[{'EXIT',<0.704.0>,normal}]}, | |
| {links,[<0.628.0>]}, | |
| {dictionary,[]}, | |
| {trap_exit,true}, | |
| {status,running}, | |
| {heap_size,2586}, | |
| {stack_size,27}, | |
| {reductions,3650}], | |
| []]}} | |
| =CRASH REPORT==== 10-Jul-2014::23:13:40 === | |
| crasher: | |
| initial call: couch_replicator_manager:init/1 | |
| pid: <0.702.0> | |
| registered_name: couch_replicator_manager | |
| exception exit: {unexpected_msg, | |
| {'EXIT',<0.703.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| in function gen_server:terminate/6 (gen_server.erl, line 746) | |
| ancestors: [couch_secondary_services,couch_server_sup,<0.31.0>] | |
| messages: [{'EXIT',<0.704.0>,normal}] | |
| links: [<0.628.0>] | |
| dictionary: [] | |
| trap_exit: true | |
| status: running | |
| heap_size: 2586 | |
| stack_size: 27 | |
| reductions: 3650 | |
| neighbours: | |
| [error] [<0.628.0>] {error_report,<0.30.0>, | |
| {<0.628.0>,supervisor_report, | |
| [{supervisor,{local,couch_secondary_services}}, | |
| {errorContext,child_terminated}, | |
| {reason, | |
| {unexpected_msg, | |
| {'EXIT',<0.703.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined,infinity,[], | |
| undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}}}, | |
| {offender, | |
| [{pid,<0.702.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}]}]}} | |
| =SUPERVISOR REPORT==== 10-Jul-2014::23:13:40 === | |
| Supervisor: {local,couch_secondary_services} | |
| Context: child_terminated | |
| Reason: {unexpected_msg, | |
| {'EXIT',<0.703.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}}} | |
| Offender: [{pid,<0.702.0>}, | |
| {name,replicator_manager}, | |
| {mfargs,{couch_replicator_manager,start_link,[]}}, | |
| {restart_type,permanent}, | |
| {shutdown,brutal_kill}, | |
| {child_type,worker}] | |
| [error] [emulator] Error in process <0.706.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| Error in process <0.706.0> with exit value: {{badmatch,{changes_args,"continuous",fwd,0,1000000000000000,main_only,undefined,infinity,[],undefined,[],true,[],false,[]}},[{couch_changes,handle_changes,3,[]},{couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3,[{file,"src/couc... | |
| [error] [<0.705.0>] Replication manager received unexpected message {'EXIT', | |
| <0.706.0>, | |
| {{badmatch, | |
| {changes_args, | |
| "continuous", | |
| fwd,0, | |
| 1000000000000000, | |
| main_only, | |
| undefined, | |
| infinity, | |
| [], | |
| undefined, | |
| [], | |
| true, | |
| [], | |
| false, | |
| []}}, | |
| [{couch_changes, | |
| handle_changes, | |
| 3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-', | |
| 3, | |
| [{file, | |
| "src/couch_replicator_manager.erl"}, | |
| {line, | |
| 243}]}]}} | |
| [info] [<0.705.0>] Stopping all ongoing replications because the replicator database was deleted or changed | |
| [error] [<0.705.0>] ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.706.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.706.0>,<0.707.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.706.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| =ERROR REPORT==== 10-Jul-2014::23:13:40 === | |
| ** Generic server couch_replicator_manager terminating | |
| ** Last message in was {'EXIT',<0.706.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0, | |
| 1000000000000000,main_only,undefined, | |
| infinity,[],undefined,[],true,[],false, | |
| []}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager, | |
| '-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"}, | |
| {line,243}]}]}} | |
| ** When Server state == {state,<0.706.0>,<0.707.0>,<<"_replicator">>,[],10} | |
| ** Reason for termination == | |
| ** {unexpected_msg, | |
| {'EXIT',<0.706.0>, | |
| {{badmatch, | |
| {changes_args,"continuous",fwd,0,1000000000000000,main_only, | |
| undefined,infinity,[],undefined,[],true,[],false,[]}}, | |
| [{couch_changes,handle_changes,3,[]}, | |
| {couch_replicator_manager,'-changes_feed_loop/0-fun-1-',3, | |
| [{file,"src/couch_replicator_manager.erl"},{line,243}]}]}}} | |
| [error] [<0.705.0>] {error_report,<0.30.0>, | |
| {<0.705.0>,crash_report, | |
| [[{initial_call, | |
| {couch_replicator_manager,init,['Argument__1']}}, | |
| {pid,<0.705.0>}, | |
| {registered_name,couch_replicator_manager}, | |
| {error_info, | |
| {exit, | |
| {unexpected_msg, | |
| {'EXIT',<0.706.0>, | |
| {{badmatch, | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment