rasdaniil commented on issue #749: 2.1.0 crashes if peruser = true URL: https://github.com/apache/couchdb/issues/749#issuecomment-322118714 You see, I checked sources, if the auth db does not exist, it should show error: `couch_peruser can't proceed as underlying database (name) is missing, disables itself. ` Now if I change the auth db to a db which really doesn't exist like ``` [couch_httpd_auth] authentication_db = i_dont_exist ``` then I can see a proper error `[warning] 2017-08-14T07:27:10.966328Z nonode@nohost <0.231.0> -------- couch_peruser can't proceed as underlying database (i_dont_exist) is missing, disables itself.` Now if I either create the i_dont_exist db or switch auth db back to _users (which of course exists before settings peruser to true), in this case couch db doesn't show a proper error like above but _crashes_ with the error in the first message So it's unfair to close the issue ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
