Skip to content

Commit a0adfab

Browse files
authored
DOCSP-29280: no more duplicate retry log msgs (#413)
* DOCSP-29280: no more duplicate retry log msgs * CC suggestion
1 parent 642e4c1 commit a0adfab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/whats-new.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ What's New in 4.10
4545
- Interfaces in the ``com.mongodb.client.model.search`` package are now
4646
marked as ``@Sealed`` instead of ``@Evolving``. Sealed interfaces must
4747
not be extended or implemented by consumers of the library.
48+
- Resolved an issue where the driver emitted duplicate log messages for
49+
retry operations. The driver now correctly emits one log message for
50+
each retry operation.
4851

4952
.. _version-4.9:
5053

0 commit comments

Comments
 (0)