gesellix commented on issue #2858: URL: https://github.com/apache/couchdb/issues/2858#issuecomment-663731643
Hey there, I stumbled upon the same issue using CouchDB 3.1.0 and I think #2797 should not have been closed with #2798. The log message `uuid set to ...` caught my eye when using the workaround via `GET /`: ``` couchdb1_1 | [notice] 2020-07-24T20:46:41.473471Z [email protected] <0.88.0> -------- config: [couchdb] uuid set to 84a3191a25a2955130956d131232f98b for reason nil couchdb1_1 | [notice] 2020-07-24T20:46:41.481822Z [email protected] <0.1868.0> 2bc6d8040a localhost:15984 172.19.0.1 admin GET / 200 ok 20 ``` When manually setting a uuid on the coordinating node everything worked fine (no `GET /` or `sleep 3` necessary). So, an unset or empty uuid on the coordinating node seems to make the `finish_cluster` action fail. ---------------------------------------------------------------- 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: [email protected]
