From 63ef4b8bebf1259b93de2ef1d43bc4aced2c0feb Mon Sep 17 00:00:00 2001 From: sonderdonk-mdb Date: Fri, 28 Feb 2025 10:25:38 -0500 Subject: [PATCH] DOCSP-46946 added note about ORR and embedded verification (#634) * added note about ORR and embedded verification * moved tp behavior section --- source/reference/beta-program-private/orr.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/reference/beta-program-private/orr.txt b/source/reference/beta-program-private/orr.txt index 76547adc7..5b78aec31 100644 --- a/source/reference/beta-program-private/orr.txt +++ b/source/reference/beta-program-private/orr.txt @@ -62,6 +62,10 @@ 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 ----------