You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an experimental feature, it will be behind a feature flag that must be enabled on each node of a cluster in addition to setting the replication strategy during index creation.
To enable the feature flag:
For developers to enable with Gradle run:
Update run.gradle with:
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
With 2.3 we are looking to release an experimental version of the segment replication feature.
Design proposal - opensearch-project/OpenSearch#2229
RFC - opensearch-project/OpenSearch#1694 (comment)
As an experimental feature, it will be behind a feature flag that must be enabled on each node of a cluster in addition to setting the replication strategy during index creation.
To enable the feature flag:
For developers to enable with Gradle run:
Update run.gradle with:
To enable on a node using a tarball:
option 1. Update config/jvm.options with:
-Dopensearch.experimental.feature.replication_type.enabled=true
option 2. include the flag in OPENSEARCH_JAVA_OPTS before ./bin/opensearch
option 3: Specify OPENSEARCH_JAVA_OPTS env var.
Setting replication strategy on the index:
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
The text was updated successfully, but these errors were encountered: