rnewson commented on a change in pull request #3366: URL: https://github.com/apache/couchdb/pull/3366#discussion_r573977801
########## File path: src/couch/src/couch_server.erl ########## @@ -343,7 +348,7 @@ all_databases() -> {ok, lists:usort(DbList)}. all_databases(Fun, Acc0) -> - {ok, #server{root_dir=Root}} = gen_server:call(couch_server, get_server), + {ok, #server{root_dir=Root}} = gen_server:call(couch_server_1, get_server), Review comment: (because root_dir is the same in all of them) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org