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
Subscriber Exclusive Content
A Liferay Enterprise Subscription provides access to over 1,500 articles that include best practices, troubleshooting, and other valuable solutions. Sign in for full access.
Sign In