big-r81 commented on issue #3823: URL: https://github.com/apache/couchdb/issues/3823#issuecomment-1165457951
Hi, is this still a problem? I can't reproduce this. ### Steps I done 1. Start a server, e.g (`./dev/run -a a:a`) 2. Delete `_users` db 3. curl `_all_dbs` with `curl 'http://a:a@localhost:15984/_all_dbs'` ### Result ``` curl 'http://a:a@localhost:15984/_all_dbs' ["jwtdb","jwttestdb"] ``` But we getting this error in the logs: ``` [error] 2022-06-24T10:54:13.245132Z [email protected] emulator -------- Error in process <0.1055.0> on node '[email protected]' with exit value: {database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,426}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,401}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,430}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,100}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,212}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,158}]}]} ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
