wohali commented on a change in pull request #335: Update responses and UI copy in Getting Started Guide URL: https://github.com/apache/couchdb-documentation/pull/335#discussion_r234022390
########## File path: src/intro/tour.rst ########## @@ -58,7 +63,7 @@ All we added to the previous request is the _all_dbs string. The response should look like:: - ["_replicator","_users"] + [] Review comment: Yes, sorry, `_global_changes` can be added to the response. Its creation is optional, but useful to highlight. The Docker container doesn't do the initial creation of databases because that cannot be done until all nodes are joined to the cluster. If you're using Docker to create a 3-node cluster, you wouldn't want it to incorrectly create those databases locally on each node before you have a chance to merge the nodes together into a single cluster. It's a chicken-and-egg problem ;) ---------------------------------------------------------------- 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
