Is discovery.zen.minimum_master_nodes setting required for opensearch 1.3.9

Versions
Opensearch- 1.3.9

Describe the issue:
While migrating from Elasticsearch v5 to opensearch 1.3.9, in ES v5 we have discovery.zen.minimum_master_nodes setting, do we have to retain the setting in opensearch also ? In Elasticsearch v7 and above they have ignored/removed this setting, what about in opensearch 1.3.9

OpenSearch 1.x will behave similarly to Elasticsearch 7.x, no minimum_master_nodes required. The quorum is automatic.

That’s great, Thanks for the info.

1 Like