jiangpengcheng commented on issue #1421: when one member of a cluster is restarted, it won't rejoin to the cluster automatically URL: https://github.com/apache/couchdb/issues/1421#issuecomment-403338400 I use command `docker restart couchdb` I didn't mount any configuration files to containers, so the `default.ini` and `local.ini` are identical in all three nodes, below are contentns of `local.d/local.ini`: ```shell #node1 [chttpd] bind_address = any [httpd] bind_address = any [admins] couch_user = -pbkdf2-aa811c26cee3d5b8392e2c022b8a3f23b5558e6a,c2ee49b331678afc5489e68227c83ce5,10 [couchdb] uuid = 54fcccdf6afdfd1ca16fc6992f72085a #node2 [chttpd] bind_address = any [httpd] bind_address = any [admins] couch_user = -pbkdf2-e835df2896881bcdac7961176e8f9e8eb0072df1,9fe22744e324c2337f4552eae646411a,10 [couchdb] uuid = ba8ae822d83b5747749327c7c0658cba #node3 [chttpd] bind_address = any [httpd] bind_address = any [admins] couch_user = -pbkdf2-85e99acc676e998f801922cadfe0b46f703e8b9e,f28bbc54fab83e0d921a24cf63e5653d,10 [couchdb] uuid = 67d9b8603d12b487f6ff600842a7c4a0 ``` the only difference is the `couch_user` option
---------------------------------------------------------------- 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
