From eda0e73921cb4a2ef0c4f5826d7b91dafc864540 Mon Sep 17 00:00:00 2001 From: Anika Malhotra Date: Fri, 14 Mar 2025 16:05:18 -0400 Subject: [PATCH] DOCSP-48399-v1.8-backport --- source/includes/api/requests/start-rs-shard.sh | 2 +- source/reference/beta-program-private/orr.txt | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/source/includes/api/requests/start-rs-shard.sh b/source/includes/api/requests/start-rs-shard.sh index 1d1fbd388..0b52bf98e 100644 --- a/source/includes/api/requests/start-rs-shard.sh +++ b/source/includes/api/requests/start-rs-shard.sh @@ -12,7 +12,7 @@ curl localhost:27182/api/v1/start -XPOST \ "shardCollection": { "key": [ { "location": 1 }, - { "region": 1 }, + { "region": 1 } ] } } diff --git a/source/reference/beta-program-private/orr.txt b/source/reference/beta-program-private/orr.txt index 5b78aec31..76547adc7 100644 --- a/source/reference/beta-program-private/orr.txt +++ b/source/reference/beta-program-private/orr.txt @@ -62,10 +62,6 @@ You might exceed the :term:`oplog window` if you: To increase the size of the oplog on the source cluster, use :setting:`~replication.oplogSizeMB`. -.. note:: - - ORR is compatible with :ref:`embedded verification`. - Learn More ----------