cpoerschke commented on code in PR #3800: URL: https://github.com/apache/solr/pull/3800#discussion_r2455150569
########## solr/solr-ref-guide/modules/deployment-guide/pages/zookeeper-ensemble.adoc: ########## @@ -377,7 +377,7 @@ But note that Solr will only be able to talk to the servers listed in the static If your ensemble is or will be shared among other systems besides Solr, you should consider defining application-specific _znodes_, or a hierarchical namespace that will only include Solr's files. -Once you create a znode for each application, you add it's name, also called a _chroot_, to the end of your connect string whenever you tell Solr where to access ZooKeeper. +Once you create a znode for each application, you add its name, also called a _chroot_, to the end of your connect string whenever you tell Solr where to access ZooKeeper. Review Comment: Looks like we have a mix of `connect string` and `connection string` throughout the docs. ```suggestion Once you create a znode for each application, you add its name, also called a _chroot_, to the end of your connection string whenever you tell Solr where to access ZooKeeper. ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
