clintropolis commented on a change in pull request #7629: Add basic tuning 
guide, getting started page, updated clustering docs
URL: https://github.com/apache/incubator-druid/pull/7629#discussion_r284051917
 
 

 ##########
 File path: docs/content/tutorials/cluster.md
 ##########
 @@ -22,56 +22,107 @@ title: "Clustering"
   ~ under the License.
   -->
 
-# Clustering
+# Setting up a Clustered Deployment
 
 Apache Druid (incubating) is designed to be deployed as a scalable, 
fault-tolerant cluster.
 
 In this document, we'll set up a simple cluster and discuss how it can be 
further configured to meet
 your needs. 
 
 This simple cluster will feature:
- - A single Master server to host the Coordinator and Overlord processes
+ - Two Master servers to host the Coordinator and Overlord processes
  - Scalable, fault-tolerant Data servers running Historical and MiddleManager 
processes
- - Query servers, hosting Druid Broker processes
+ - A Query server, hosting the Druid Broker and Router processes
 
-In production, we recommend deploying multiple Master servers with Coordinator 
and Overlord processes in a fault-tolerant configuration as well.
+In production, we recommend deploying multiple Master servers with Coordinator 
and Overlord processes in a fault-tolerant configuration.
 
 Review comment:
   Probably multiple query servers too for fault tolerance on the user side of 
things?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to