Skip to content

Commit 33eb55d

Browse files
authored
DOCS-16228 Release Notes for 6.3.2 (#3490) (#3495)
* DOCS-16228 Release Notes for 6.3.2 * Fixes per Britt
1 parent bfe45ab commit 33eb55d

File tree

3 files changed

+122
-0
lines changed

3 files changed

+122
-0
lines changed
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
.. _6.3.2-changelog:
2+
3+
6.3.2 Changelog
4+
---------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-72146` Make chunk migrations metrics more accessible
10+
from Atlas
11+
- :issue:`SERVER-74380` Router role retry loop should allow namespaces
12+
different from the one it was created for
13+
- :issue:`SERVER-75481` Consider ideal data size when balancing
14+
- :issue:`SERVER-76004` Remove incorrect sharding tassert in
15+
getOwnershipFilter function
16+
- :issue:`SERVER-76178` Fix moveRange authorization requirements
17+
- :issue:`SERVER-76394` Allow the setAllowMigrations refresh to be sent
18+
to all shards in a backportable way
19+
- :issue:`SERVER-76536` Increase
20+
receiveChunkWaitForRangeDeleterTimeoutMS in concurrency suites
21+
22+
Query
23+
~~~~~
24+
25+
:issue:`SERVER-72224` Clustered collections with non-"simple" default
26+
collation miss documents when querying on _id using "simple" collation
27+
28+
Internals
29+
~~~~~~~~~
30+
31+
- :issue:`SERVER-67105` $in queries do not use clustered index
32+
- :issue:`SERVER-68670` Cache imbalanced collections for balancing
33+
- :issue:`SERVER-69952` Filtering on dates outside of the 32 bit epoch
34+
range returns wrong results
35+
- :issue:`SERVER-71009` Make sure the select chunks operation doesn't
36+
take too long
37+
- :issue:`SERVER-71985` Automatically retry time series insert on
38+
DuplicateKey error
39+
- :issue:`SERVER-72520` Decommission Microbenchmark performance tests
40+
that are running on CBI instances
41+
- :issue:`SERVER-72686` Add support for $collStats agg stage on
42+
timeseries collection
43+
- :issue:`SERVER-73734` Support evergreen nightly project in
44+
burn_in_tests.py
45+
- :issue:`SERVER-73830` Retrieving alternate buckets for inserts not
46+
handling buckets pending direct writes
47+
- :issue:`SERVER-73855` Update recipientForgetMigration error handling
48+
logic to properly handle CallbackCanceled
49+
- :issue:`SERVER-73887` Allow untimestamped writes for the entirety of
50+
initial sync retry
51+
- :issue:`SERVER-74122` add readtest.c to the asan denylist
52+
- :issue:`SERVER-74368` Reduce log verbosity for virtual collection
53+
queries
54+
- :issue:`SERVER-74469` Make the ShardingCatalogManager set the
55+
'validAfter' field of a chunk when it is migrated
56+
- :issue:`SERVER-74694` cleanupOrphaned command may fail with "Range
57+
deleter service not up error" on step up
58+
- :issue:`SERVER-74871` Clean up Jepsen tests
59+
- :issue:`SERVER-75082` Make balancer migrations throttling configurable
60+
- :issue:`SERVER-75230` Package test fails on Ubuntu 16.04
61+
- :issue:`SERVER-75269` Re-introduce Classic Engine build variant on the
62+
6.3 branch
63+
- :issue:`SERVER-75479` Use system python on macos for ssl tests
64+
- :issue:`SERVER-75566` Disable powercycle on windws
65+
- :issue:`SERVER-75601` Make serverStatus apiversion field more robust
66+
- :issue:`SERVER-75626` Special handling for macosx venv
67+
- :issue:`SERVER-75990` Tenant Migrations are not resilient to recipient
68+
failover
69+
- :issue:`SERVER-76038` Remove FLE2 tests from
70+
sharded_retryable_writes_downgrade suite
71+
- :issue:`SERVER-76102` handleRIDRangeScan() sets hasCompatibleCollation
72+
wrong in recursive cases
73+
- :issue:`SERVER-76172` Fix BalancerChunkSelection unit test on slow
74+
build variants
75+
- :issue:`SERVER-76274` Move microbenchmarks to their own task distro
76+
- :issue:`SERVER-76321` Buffer overrun while deserializing compound
77+
group key spilled to disk in SBE hash agg implementation
78+
- :issue:`SERVER-76331` Bump mongo-task-generator version to 0.7.5
79+
- :issue:`SERVER-76457` Support storing BuildID to debug symbols mapping
80+
for sanitizer builds
81+
- :issue:`SERVER-76498` Update push task to run on rhel8.7-small
82+
- :issue:`SERVER-76519` MIgrate crypt_push task to Garasign
83+
- :issue:`SERVER-76543` The mongod-dump-sessions gdb pretty printer does
84+
not work
85+
- :issue:`SERVER-76549` Remove symbolization from macos variants
86+
- :issue:`SERVER-76550` Balancer is unable to drain shards with big
87+
chunks
88+
- :issue:`SERVER-76666` [v6.3, v7.0] Make buildscripts_test run on v6.3
89+
branch
90+
- :issue:`SERVER-76690` Special handling for PYTHONPATH when activate
91+
venv
92+
- :issue:`SERVER-77018` Deadlock between dbStats and 2 index builds
93+
- :issue:`SERVER-77380` Using --serverless flag disables oplog
94+
truncation
95+
- :issue:`SERVER-77383` ".msi.sha256" files have incorrect shasum
96+
- :issue:`SERVER-77527` mongodbtoolchain/v3 stdlib unsafe against
97+
self-moves
98+
- :issue:`SERVER-78080` Use fully random bytes for 8 low-order bytes of
99+
OID value for time series bucket _id
100+
- :issue:`SERVER-78122` [6.3] Address bucket OID collisions with buckets
101+
pending compression
102+

source/release-notes/6.3-changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212

1313
.. include:: /includes/fact-patch-releases.rst
1414

15+
.. include:: /includes/changelogs/releases/6.3.2.rst
16+
1517
.. include:: /includes/changelogs/releases/6.3.1.rst

source/release-notes/6.3.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@ Release Notes for MongoDB 6.3
1717
Patch Releases
1818
--------------
1919

20+
.. _6.3.2-release-notes:
21+
22+
6.3.2 - June 29, 2023
23+
~~~~~~~~~~~~~~~~~~~~~
24+
25+
Issues fixed:
26+
27+
- :issue:`SERVER-67105` $in queries do not use clustered index
28+
- :issue:`SERVER-69952` Filtering on dates outside of the 32 bit epoch range returns wrong results
29+
- :issue:`SERVER-74380` Router role retry loop should allow namespaces different from the one it was created for
30+
- :issue:`SERVER-76550` Balancer is unable to drain shards with big chunks
31+
- :issue:`SERVER-77018` Deadlock between dbStats and 2 index builds
32+
33+
- `All JIRA issues closed in 6.3.2
34+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2C%20TOOLS%2C%20WT)%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%206.3.2>`_
35+
36+
- :ref:`6.3.2-changelog`
37+
2038
.. _6.3.1-release-notes:
2139

2240
6.3.1 - May 3, 2023

0 commit comments

Comments
 (0)