pgj opened a new pull request, #5964: URL: https://github.com/apache/couchdb/pull/5964
On tweaking the `default.ini` for setting up the launch for the CouchDB cluster, the `couchdb.uri` file with information on the published ports is being referenced even when it does not exist. It is only created when the `--auto-ports` flag is set, so we will have to make the reconfiguration of cluster consistent with that to avoid potential errors and making the startup fail. ## Testing recommendations The `dev/lib/nodeN/couch.uri` should be only in use in `default.ini` when `--auto-ports` is passed for `dev/run`. Note that with this change, `couch.uri` will not be considered by default any more as `--auto-ports` is not automatically enabled. ## Related Issues or Pull Requests This is a follow-up to #5687. ## Checklist - [x] This is my own work, I did not use AI, LLM's or similar technology - [x] Code is written and works correctly -- 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]
