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:
- 3/2 + 1 = 1.5 + 1 = 2.5
Environment
- DXP 7.2+
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.
Additional Information
- Elasticsearch's documentation
Conteúdo Excluesivo para Assinantes
Uma Subscrição do Liferay Enterprise fornece acesso a mais de 1.500 artigos que incluem práticas recomendadas, solução de problemas e outras soluções valiosas. Faça login para obter acesso completo.
Entrar