-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Description
Today I can't get view result with next error
log:
{{badmatch,{error,ebusy}},
[{couch_mrview_compactor,swap_compacted,2,
[{file,"src/couch_mrview_compactor.erl"},
{line,232}]},
{couch_index,commit_compacted,2,[{file,"src/couch_index.erl"},{line,406}]},
{couch_index,handle_call,3,[{file,"src/couch_index.erl"},{line,199}]},
{gen_server,try_handle_call,4,[{file,"gen_server.erl"},{line,636}]},
{gen_server,handle_msg,6,[{file,"gen_server.erl"},{line,665}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,247}]}]}
server resp with status 500. err same as above . message -
{gen_server,call,[<0.13136.57>,{get_state,16303},infinity]}
Steps to Reproduce
unknown
Expected Behaviour
normal resp
Your Environment
- CouchDB version used: 3.0
- Browser name and version: Chrome
- Operating system and version: image: couchdb:3.0.0 on Docker
Additional Context
after manual restart docker container problem gone
Reactions are currently unavailable