From 89fb4746bf05b7e33511a725a66fd95717131f65 Mon Sep 17 00:00:00 2001 From: Aria Marble <111301581+ariamarble@users.noreply.github.com> Date: Thu, 15 Sep 2022 09:21:54 -0700 Subject: [PATCH] Issue1238 - Update segment replication feedback link (#1239) * updated incorrect links Signed-off-by: ariamarble * quick link update for segrep page Signed-off-by: ariamarble Signed-off-by: ariamarble --- _opensearch/segment-replication/configuration.md | 2 +- _opensearch/segment-replication/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_opensearch/segment-replication/configuration.md b/_opensearch/segment-replication/configuration.md index 3a01d4bb..22aeeb9c 100644 --- a/_opensearch/segment-replication/configuration.md +++ b/_opensearch/segment-replication/configuration.md @@ -7,7 +7,7 @@ parent: Segment replication # Segment replication configuration -Segment replication is an experimental feature. Therefore, we do not recommend the use of segment replication in a production environment. For updates on the progress of segment replication or if you want to leave feedback that could help improve the feature, see the [Segment replication issue](https://github.com/opensearch-project/OpenSearch/issues/2229). +Segment replication is an experimental feature. Therefore, we do not recommend the use of segment replication in a production environment. For updates on the progress of segment replication or if you want to leave feedback that could help improve the feature, see the [Segment replication issue](https://github.com/opensearch-project/OpenSearch/issues/2194). {: .warning } To enable the segment replication type, reference the steps below. diff --git a/_opensearch/segment-replication/index.md b/_opensearch/segment-replication/index.md index a309b8e7..e905ce3e 100644 --- a/_opensearch/segment-replication/index.md +++ b/_opensearch/segment-replication/index.md @@ -9,7 +9,7 @@ redirect_from: # Segment replication -Segment replication is an experimental feature with OpenSearch 2.3. Therefore, we do not recommend the use of segment replication in a production environment. For updates on the progress of segment replication or if you want leave feedback that could help improve the feature, see the [Segment replication git issue](https://github.com/opensearch-project/OpenSearch/issues/2229). +Segment replication is an experimental feature with OpenSearch 2.3. Therefore, we do not recommend the use of segment replication in a production environment. For updates on the progress of segment replication or if you want leave feedback that could help improve the feature, see the [Segment replication git issue](https://github.com/opensearch-project/OpenSearch/issues/2194). {: .warning} With segment replication, segment files are copied across shards instead of documents being indexed on each shard copy. This improves indexing throughput and lowers resource utilization at the expense of increased network utilization.