Skip to content

Commit bb33aa8

Browse files
authored
DOCSP-34281 7.1.1 release notes (#5261)
* DOCSP-34281 7.1.1 release notes * DOCSP-34281 updating release date
1 parent fbff8bd commit bb33aa8

File tree

3 files changed

+128
-0
lines changed

3 files changed

+128
-0
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
.. _7.1.1-changelog:
2+
3+
7.1.1 Changelog
4+
---------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-77479` Sharded rename participants may incorrectly
10+
snapshot/restore pending range deletion documents
11+
- :issue:`SERVER-81241` Range deleter processor must not try reschedule
12+
task during service shutdown
13+
- :issue:`SERVER-82069` Throwable function used in scope guard when
14+
registering index
15+
- :issue:`SERVER-82364` Fix $config.transitions table for
16+
analyze_shard_key.js FSM workload
17+
18+
Internals
19+
~~~~~~~~~
20+
21+
- :issue:`SERVER-71819` Broadcast collMod command to all shards
22+
- :issue:`SERVER-78530` Enable feature flag
23+
- :issue:`SERVER-78851` movePrimary may fail on clone phase if $out runs
24+
concurrently
25+
- :issue:`SERVER-79384` Allow startup with unavailable Issuer URI
26+
- :issue:`SERVER-80203` Normalization of time-series meta field can
27+
break insert targeting
28+
- :issue:`SERVER-80358` Time-series inserts generate duplicate index
29+
fields in bucket document
30+
- :issue:`SERVER-80878` query stats store size serverStatus metric can
31+
go below 0
32+
- :issue:`SERVER-80886` $out may fail with a StaleDbVersion after a
33+
movePrimary
34+
- :issue:`SERVER-80974` Unclean shutdown while dropping local.*
35+
collection and indexes can make the catalog inconsistent
36+
- :issue:`SERVER-81028` Incorrect $listCatalog behavior in presence of a
37+
concurrent collection rename in v7.0
38+
- :issue:`SERVER-81033` Ignore the collMod response from the DBPrimary
39+
shard if it has no chunks
40+
- :issue:`SERVER-81049` Move queryStatsRead and
41+
queryStatsReadTransformed privileges into clusterMonitor builtin role
42+
- :issue:`SERVER-81106` Recipient shard doesn't wait for the collection
43+
version to be locally persisted before starting the cloning phase
44+
- :issue:`SERVER-81133` Speedup logic to persist routing table cache
45+
- :issue:`SERVER-81201` Limiting the memory usage during the cloning
46+
phase on the recipient shard
47+
- :issue:`SERVER-81238` random_DDL_setFCV_operations FSM workload tries
48+
operation during movePrimary
49+
- :issue:`SERVER-81295` Cannot resume V2 changeStream pipelines with V1
50+
resume tokens
51+
- :issue:`SERVER-81340` CheckMetadataConsistency hook is not compatible
52+
with integration_tests_sharded suite
53+
- :issue:`SERVER-81343` Add NamespaceNotFound as an expected error for
54+
resharding on random_DDL_CRUD_operations.js
55+
- :issue:`SERVER-81372` Collection defragmentation phases sporadically
56+
jump backward
57+
- :issue:`SERVER-81390` HashAggStage fails to respect the collation when
58+
spilling to disk
59+
- :issue:`SERVER-81467` Run Jepsen list-append in Evergreen
60+
- :issue:`SERVER-81939` Make configureQueryAnalyzer and analyzeShardKey
61+
command check that input namespace is correctly formatted
62+
- :issue:`SERVER-81942` ShardingDDLCoordinator should retry on
63+
LockTimeout errors
64+
- :issue:`SERVER-81966` Avoid modification of previous ChunkMap
65+
instances during refresh
66+
- :issue:`SERVER-81985` FlushRoutingTableCacheUpdates command should not
67+
be allowed on databases
68+
- :issue:`SERVER-82028` DDL operations on timeseries collection during
69+
tenant migration can crash the recipient due to an invariant failure.
70+
- :issue:`SERVER-82070` Classic window function $stdDevSamp handles
71+
empty window frame incorrectly
72+
- :issue:`SERVER-82178` Update references to
73+
ycsb_like_queryable_encrypt1_cfdefault_sharded in system_perf.yml
74+
- :issue:`SERVER-82204` Classic window functions first/last handle
75+
missing field incorrectly
76+
- :issue:`SERVER-82220` Avoid invariant during assertIsPrimaryShardForDb
77+
- :issue:`SERVER-82234` Relax assertions in session_pooling.js
78+
- :issue:`SERVER-82324` Fix data race when reading/writing the logical
79+
session id
80+
- :issue:`SERVER-82428` Include idle connections in currentOp aggregate
81+
cmd in fsync.js
82+
- :issue:`SERVER-82799` Increase reshardingCriticalSectionTimeoutMillis
83+
for resharding_update_tag_zones.js
84+
- :issue:`SERVER-82803` CheckMetadataConsistency hook should ignore
85+
NetworkInterfaceExceededTimeLimit errors
86+
- :issue:`WT-7929` Investigate a solution to avoid FTDC stalls during
87+
checkpoint
88+
- :issue:`WT-11584` Fix test_checkpoint_stats test
89+
- :issue:`WT-11586` Skip test_compact03.py when tiered is enabled
90+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _7.1-changelog-full:
2+
3+
=============
4+
7.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/7.1.1.txt

source/release-notes/7.1.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,29 @@ Release Notes for MongoDB 7.1
1414

1515
.. include:: /includes/rapid-release-short.rst
1616

17+
Patch Releases
18+
--------------
19+
20+
.. _7.1.1-release-notes:
21+
22+
7.1.1 - Nov 10, 2023
23+
~~~~~~~~~~~~~~~~~~~~
24+
25+
Issues fixed:
26+
27+
- :issue:`SERVER-81106` Recipient shard doesn't wait for the collection
28+
version to be locally persisted before starting the cloning phase
29+
- :issue:`SERVER-81133` Speedup logic to persist routing table cache
30+
- :issue:`SERVER-81201` Limiting the memory usage during the cloning
31+
phase on the recipient shard
32+
- :issue:`SERVER-81966` Avoid modification of previous ChunkMap
33+
instances during refresh
34+
- :issue:`WT-7929` Investigate a solution to avoid FTDC stalls during
35+
checkpoint
36+
- `All JIRA issues closed in 7.1.1
37+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%277.1.1%27>`_
38+
- :ref:`7.1.1-changelog`
39+
1740
Aggregation
1841
-----------
1942

0 commit comments

Comments
 (0)