From 640fe26de39054e5cecd3e2ea2c54c29677c8153 Mon Sep 17 00:00:00 2001 From: Marc Handalian Date: Tue, 3 Sep 2024 18:10:38 -0700 Subject: [PATCH] changelog entry Signed-off-by: Marc Handalian --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 341cc8cf4fc29..d3a0ed9cdd6fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Optimise snapshot deletion to speed up snapshot deletion and creation ([#15568](https://github.com/opensearch-project/OpenSearch/pull/15568)) - [Remote Publication] Added checksum validation for cluster state behind a cluster setting ([#15218](https://github.com/opensearch-project/OpenSearch/pull/15218)) - Add canRemain method to TargetPoolAllocationDecider to move shards from local to remote pool for hot to warm tiering ([#15010](https://github.com/opensearch-project/OpenSearch/pull/15010)) +- [Reader Writer Separation] Add Segment Replication polling for search replicas ([#15627](https://github.com/opensearch-project/OpenSearch/pull/15627)) ### Dependencies - Bump `netty` from 4.1.111.Final to 4.1.112.Final ([#15081](https://github.com/opensearch-project/OpenSearch/pull/15081))