List of questions
Related questions
Question 300 - 350-901 discussion
Two Elasticsearch database servers use bidirectional asynchronous data replication Both servers accept writes from clients The design must meet these requirements:
• The cluster must survive if a fault occurs that causes the network connection to go down between nodes
• The data must remain consistent if communication between nodes fails.
• The data must be spread evenly across all nodes in the cluster.
Which design approach must be used to meet the requirements?
Set the initial voting configuration to force a specific node as the master.
Scale the master nodes down to a single node.
Set the minimum_master_nodes to 2 in the configuration.
Add a third cluster node to provide majority votes.
0 comments
Leave a comment first