From 9203b89ab37a35c4bdf941cd9966fdf333d92714 Mon Sep 17 00:00:00 2001 From: Mohit Kumar <113413713+mohitamg@users.noreply.github.com> Date: Wed, 6 Sep 2023 14:03:26 +0530 Subject: [PATCH] Create opensearch-cross-cluster-replication.release-notes-2.10.0.0.md (#1117) Signed-off-by: Mohit Kumar <113413713+mohitamg@users.noreply.github.com> (cherry picked from commit 4273a1953714debfbfbe395007e3d7c4d3f00888) --- ...cross-cluster-replication.release-notes-2.10.0.0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 release-notes/opensearch-cross-cluster-replication.release-notes-2.10.0.0.md diff --git a/release-notes/opensearch-cross-cluster-replication.release-notes-2.10.0.0.md b/release-notes/opensearch-cross-cluster-replication.release-notes-2.10.0.0.md new file mode 100644 index 00000000..be0d8015 --- /dev/null +++ b/release-notes/opensearch-cross-cluster-replication.release-notes-2.10.0.0.md @@ -0,0 +1,10 @@ +## Version 2.10.0.0 Release Notes + +Compatible with OpenSearch 2.10.0 + + +### Bug Fixes +* Settings are synced before syncing mapping ([#994](https://github.com/opensearch-project/cross-cluster-replication/pull/994)) +* Handled OpenSearchRejectExecuteException, introduced new setting ```plugins.replication.follower.concurrent_writers_per_shard```. ([#1004](https://github.com/opensearch-project/cross-cluster-replication/pull/1004)) +* Fixed tests relying on wait_for_active_shards, fixed test for single Node and consume numNodes ([#1091](https://github.com/opensearch-project/cross-cluster-replication/pull/1091)) +* Excessive logging avoided during certain exception types such as OpensearchTimeoutException ([#1114](https://github.com/opensearch-project/cross-cluster-replication/pull/1114))