File tree 2 files changed +3
-2
lines changed
includes/changelogs/releases
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ Replication
33
33
- :issue: `SERVER-44316 ` Log message in InitialSyncer for setting begin applying timestamp is incorrect
34
34
- :issue: `SERVER-45919 ` replSetReconfig should be allowed to fail with InterruptedDueToReplStateChange when racing with an election
35
35
- :issue: `SERVER-53447 ` Blacklist insert1.js with from transaction passthrough tests with failures
36
+ - :issue: `SERVER-55465 ` Fix Invariant upon failed request for a vote from the current primary in the election dry-run of catchup takeover
36
37
- :issue: `SERVER-55766 ` Introduce an optimized "for restore" startup replication recovery mechanism
37
38
- :issue: `SERVER-56054 ` Change minThreads value for replication writer thread pool to 0
38
39
- :issue: `SERVER-56415 ` AwaitNodesAgreeOnPrimary doesn't work when given non-default set of nodes
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Minor Releases
15
15
16
16
.. _4.2.15-release-notes:
17
17
18
- 4.2.15 - Upcoming
19
- ~~~~~~~~~~~~~~~~~
18
+ 4.2.15 - Jul 13, 2021
19
+ ~~~~~~~~~~~~~~~~~~~~~
20
20
21
21
Issues fixed in 4.2.15:
22
22
You can’t perform that action at this time.
0 commit comments