Skip to content

Commit b039f32

Browse files
(DOCS-15801): 6.1.1 release notes (#2314)
* (DOCS-15801): 6.1.1 release notes * update snooty.toml
1 parent 5643d41 commit b039f32

File tree

4 files changed

+243
-2
lines changed

4 files changed

+243
-2
lines changed

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ package-name-enterprise = "mongodb-enterprise"
229229
package-name = "mongodb"
230230
version = "6.1"
231231
latest-lts-version = "6.0"
232-
release = "6.0.1"
233-
version-dev = "6.0"
232+
release = "6.1.1"
233+
version-dev = "6.1"
234234
pgp-version = "{+version+}"
235235
rsa-key = "4B7C549A058F8B6B"
236236
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"
Lines changed: 199 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,199 @@
1+
.. _6.1.1-changelog:
2+
3+
6.1.1 Changelog
4+
---------------
5+
6+
Security
7+
~~~~~~~~
8+
9+
:issue:`SERVER-70559` tag FLE2 tests such that they do not run with
10+
stepdown suites
11+
12+
Sharding
13+
~~~~~~~~
14+
15+
- :issue:`SERVER-64730` The 'forceShardFilteringMetadataRefresh' methods
16+
don't synchronise with each other
17+
- :issue:`SERVER-67891` Implement basic structure of
18+
$shardedDataDistribution stage
19+
- :issue:`SERVER-68249` Add required privileges on the
20+
$shardedDataDistribution aggregation stage
21+
- :issue:`SERVER-68361`
22+
LogTransactionOperationsForShardingHandler::commit misses transferring
23+
documents from prepared and non-prepared transactions changing a
24+
document's shard key value
25+
- :issue:`SERVER-68932` Update resharding critical section metrics on
26+
writes
27+
- :issue:`SERVER-69134` Dropping a sharded collection doesn't get rid of
28+
the CSS entry
29+
- :issue:`SERVER-69429` Missing checks in collMod for shard key and
30+
unique index
31+
- :issue:`SERVER-69444` Make the joining of concurrent critical section
32+
and refresh look the same between DSS and CSS
33+
- :issue:`SERVER-69575` ShardingDataTransformInstanceMetrics Unit Test
34+
Suite Does Not Cover Interactions with Cumulative Metrics
35+
- :issue:`SERVER-69756` Segmentation fault on abortReshardCollection
36+
issued right after reshardCollection cmd
37+
- :issue:`SERVER-69874` Document or possibly mitigate scenario where
38+
shards end up with different prepareUnique and unique index settings
39+
- :issue:`SERVER-70364` Retry configureFailPoint command on network
40+
error (resharding_coordinator_recovers_abort_decision.js)
41+
- :issue:`SERVER-70793` Make database metadata refresh first check new
42+
metadata under the IS lock before taking X lock
43+
44+
Query
45+
~~~~~
46+
47+
- :issue:`SERVER-70190` ExpressionSwitch::optimize() can leave
48+
expression tree in an invalid state leading to invariant failure
49+
- :issue:`SERVER-70381` _internalSearchIdLookup stage violates a 5.0
50+
precondition of the getOwnershipFilter function
51+
52+
Operations
53+
~~~~~~~~~~
54+
55+
:issue:`SERVER-68548` mongo shell version 4.4.15 logging asio message
56+
despite --quiet flag
57+
58+
Build and Packaging
59+
~~~~~~~~~~~~~~~~~~~
60+
61+
- :issue:`SERVER-48203` Support --install-action for Ninja builds
62+
- :issue:`SERVER-69507` Rpath should only be set on dynamic builds
63+
64+
Internals
65+
~~~~~~~~~
66+
67+
- :issue:`SERVER-63104` Make it easy to run jsCore locally again in a
68+
world with tests tagged by feature flag
69+
- :issue:`SERVER-63811` mongos returns no results for $documents if the
70+
database doesn't exist
71+
- :issue:`SERVER-64181` Remove TODO listed in SERVER-46669
72+
- :issue:`SERVER-65575` convert buildscripts/clang_tidy.sh to a python
73+
script
74+
- :issue:`SERVER-66834` Zones created by defragmentation_util.js must
75+
always align with chunks
76+
- :issue:`SERVER-66972` Database critical section does not serialize
77+
with ongoing refreshes
78+
- :issue:`SERVER-67681` Create specific target for compile commands
79+
- :issue:`SERVER-67898` BalancerCollectionStatus return wrong chunk size
80+
for session collection
81+
- :issue:`SERVER-67926` Delete non-existing garbage collectable tenant
82+
migration data should not cause a ConflictingInProgress error
83+
- :issue:`SERVER-68157`
84+
AuditEncryptionCompressionManager::encryptAndEncode should emit big
85+
BSON
86+
- :issue:`SERVER-68541` Concurrent removeShard and movePrimary may
87+
delete unsharded collections
88+
- :issue:`SERVER-68854` Fix deadlock in SchedulingTicketHolder
89+
- :issue:`SERVER-68866` drop_connections_replset needs to wait for
90+
configs to propagate.
91+
- :issue:`SERVER-68901` Incorrect $elemMatch query analysis in
92+
mongocryptd if document contains 2 different fields with the same name
93+
- :issue:`SERVER-68921` Handle multiversion scenario when returning
94+
'InvalidNamespace' error in timeseries_collmod.js
95+
- :issue:`SERVER-69006` Add more tracing to fle basic
96+
insert/update/replace for hedged reads
97+
- :issue:`SERVER-69037` SBE plan cache size calculation is slightly off
98+
- :issue:`SERVER-69069` InTel would like to be able to specify a subset
99+
of collections in the data-size distribution API
100+
- :issue:`SERVER-69108` SCCL can immediately return config and admin
101+
metadata without triggering a refresh
102+
- :issue:`SERVER-69109` Fix logging in random_moveChunk_index_operations
103+
FSM test
104+
- :issue:`SERVER-69133` remove redundant setting of hardlink install
105+
action
106+
- :issue:`SERVER-69136` Tests should consider balancerCollectionStatus
107+
may report balancerCompliant too early
108+
- :issue:`SERVER-69224` Skip
109+
AuditEncCompManagerTest.EncryptAndEncodeLargePayloadSucceeds When GCM
110+
not supported
111+
- :issue:`SERVER-69281` Force minimum ninja version
112+
- :issue:`SERVER-69348` Commands must declare empty auth checks to be
113+
universally callable
114+
- :issue:`SERVER-69353` Generate burn_in tasks separately
115+
- :issue:`SERVER-69446` Increase electionTimeoutMillis in
116+
jstests/replsets/dbcheck_write_concern.js
117+
- :issue:`SERVER-69465` Accept same specs for
118+
$_internalAllCollectionStats as $collStats
119+
- :issue:`SERVER-69590` libunwind warnings on clang arm platforms
120+
- :issue:`SERVER-69603` Do not report drop events as part of
121+
shardCollection
122+
- :issue:`SERVER-69748` "pipelineUsesLookup" field is tracked
123+
incorrectly in CurOp
124+
- :issue:`SERVER-69765` turn off default split dwarf on darwin platform
125+
- :issue:`SERVER-69784` Fix instances of signed char misuse
126+
- :issue:`SERVER-69868` Return an error when starting a TransportLayer
127+
that is shutdown
128+
- :issue:`SERVER-69877` Remove untimestamped writes to the catalog when
129+
restarting unfinished index builds during startup recovery
130+
- :issue:`SERVER-69898` Wait for the critical section catch-up phase
131+
before refreshing the DB version
132+
- :issue:`SERVER-69912` SConstruct is executable by mistake
133+
- :issue:`SERVER-69926` errorcodes.py doesn't detect duplicate errors in
134+
MONGO_UNREACHABLE_TASSERT
135+
- :issue:`SERVER-69930` Unexpected error message in the logs attempting
136+
to refresh the version of a dropped database
137+
- :issue:`SERVER-69944` Resmoke's globstar.py does not properly parse *
138+
before **
139+
- :issue:`SERVER-70062` Log pertinent info about oplog entries in oplog
140+
rolled over restore failure
141+
- :issue:`SERVER-70181` Ubuntu and Debian package tests failing in
142+
Server master
143+
- :issue:`SERVER-70231` Coverity analysis defect 122778: Using a moved
144+
object
145+
- :issue:`SERVER-70274` Improve performance of change stream pre-images
146+
purging job by leveraging EOF filter
147+
- :issue:`SERVER-70314` Adjust time series extended range tests to
148+
account for log retention limitations
149+
- :issue:`SERVER-70348` Remove EAGAIN for queryable WT and retry
150+
internally
151+
- :issue:`SERVER-70361` OperationContext wait should handle out of range
152+
durations
153+
- :issue:`SERVER-70436` Restrict cases where isCoveredNullQuery can
154+
apply
155+
- :issue:`SERVER-70469` Use virtual env python in watchdog tests
156+
- :issue:`SERVER-70483` Update Resmoke to pass "evergreen_execution" up
157+
to logkeeper.
158+
- :issue:`SERVER-70484` Remove signal processing module from perf.yml
159+
and sys_perf.yml
160+
- :issue:`SERVER-70602` Handle faulty balancerCompliant reporting by
161+
waiting for some no-op balancing rounds
162+
- :issue:`SERVER-70657` Update NOMAS feature flags version to 6.0
163+
- :issue:`SERVER-70725` Cluster aggregate may incorrectly result in
164+
CollectionUUIDMismatch if fetching routing info fails
165+
- :issue:`SERVER-70773` Skip rebuilding instance on stepup in tenant
166+
migration recipient test
167+
- :issue:`SERVER-70774` Add periodic builds to the release projects
168+
- :issue:`SERVER-70834` fix tasks which don't use scons cache from
169+
reporting failure
170+
- :issue:`SERVER-70864` Get rid of fine grained scoped range deleter
171+
lock
172+
- :issue:`SERVER-70879` Fix race where multiple threads are turning an
173+
index multikey concurrently
174+
- :issue:`SERVER-70893` Cherry pick upstream SCons performance
175+
improvements
176+
- :issue:`SERVER-71055` OplogOrder test can read stale all_durable
177+
timestamp after rolling back oplog entries
178+
- :issue:`SERVER-71167` txn_index_catalog_changes.js session garbage
179+
collection can deadlock with fsync lock in consistency checks
180+
- :issue:`SERVER-71191` Deadlock between index build setup, prepared
181+
transaction, and stepdown
182+
- :issue:`SERVER-71424` Fix failures in lint_fuzzer_sanity
183+
- :issue:`SERVER-71471` Improve jstestfuzz deployment to work with new
184+
node run/install
185+
- :issue:`SERVER-71473` Begin using the new test stats location
186+
- :issue:`SERVER-71477` Check
187+
'_internalAllCollectionStatsSpec.getStats()' exists (boost::optional)
188+
before calling 'makeStatsForNs' in
189+
'document_source_internal_all_collection_stats.cpp'
190+
- :issue:`SERVER-71683` unbounded memory growth during tenant migrations
191+
- :issue:`SERVER-72021` Fix Enterprise SLES 12 crypt_create_lib
192+
Evergreen Failure
193+
- :issue:`WT-9926` A crash during startup from backup can lose metadata
194+
- :issue:`WT-10030` Internal pages with fast truncated children are not
195+
actively freed
196+
- :issue:`WT-10064` Don't evict internal pages with non-globally visible
197+
deleted pages for non standalone build
198+
- :issue:`WT-10172` Tag RHEL PPC Evergreen builder on mongodb-6.1
199+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _6.1-changelog-full:
2+
3+
=============
4+
6.1 Changelog
5+
=============
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
.. include:: /includes/changelogs/releases/6.1.1.txt

source/release-notes/6.1.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,32 @@ Release Notes for MongoDB 6.1
1818

1919
MongoDB 6.1 Released October 11, 2022
2020

21+
Patch Releases
22+
--------------
23+
24+
.. _6.1.1-release-notes:
25+
26+
6.1.1 - Jan 3, 2022
27+
~~~~~~~~~~~~~~~~~~~
28+
29+
Issues fixed:
30+
31+
- :issue:`SERVER-70436` Restrict cases where isCoveredNullQuery can
32+
apply
33+
- :issue:`SERVER-70381` _internalSearchIdLookup stage violates a 5.0
34+
precondition of the getOwnershipFilter function
35+
- :issue:`SERVER-70793` Make database metadata refresh first check new
36+
metadata under the IS lock before taking X lock
37+
- :issue:`SERVER-69877` Remove untimestamped writes to the catalog when
38+
restarting unfinished index builds during startup recovery
39+
- :issue:`WT-10030` Internal pages with fast truncated children are not
40+
actively freed
41+
42+
- `All JIRA issues closed in 6.1.1
43+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%276.1.1%27>`_
44+
45+
- :ref:`6.1.1-changelog`
46+
2147
Regular Expressions
2248
-------------------
2349

@@ -415,3 +441,4 @@ of the related projects.
415441
:hidden:
416442

417443
/release-notes/6.1-compatibility
444+
/release-notes/6.1-changelog

0 commit comments

Comments
 (0)