How to calculate the correct setting for discovery.zen.minimum_master_nodes?
Issue
- What is the best value for the
discovery.zen.minimum_master_nodes
property in 3 nodes clustered elastic search environment?
- Is my calculation correct? My calculation is below for 3 nodes:
Resolution
-
According to Elasticsearch's documentation, the formula is the following:
(master_eligible_nodes / 2) + 1
- The last step in this method is to round down the number to the closest whole number.
订阅者专属内容
Liferay企业级订阅提供超过1500篇文章的访问权限,包括最佳范例,排查和解决问题,和其他有价值的解决方案。登录以获得全部权限。
登录