From 1759727293a32fdee3808b6282d44d3b3ac272eb Mon Sep 17 00:00:00 2001 From: norareidy Date: Fri, 23 Aug 2024 16:45:40 -0400 Subject: [PATCH] DOCSP-38784: Sharded cluster retries --- source/whats-new.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/whats-new.txt b/source/whats-new.txt index 17c9467ed..212997ca9 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -65,6 +65,10 @@ New features of the 5.2 driver release include: :ref:`java-search-indexes` in the Indexes guide +- When a sharded cluster operation is unsuccessful, the {+driver-short+} avoids selecting + the same ``mongos`` server for operation retry attempts if other ``mongos`` servers are + available. + .. _java-version-5.1.3: What's New in 5.1.3