You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/changelogs/releases/4.4.17.rst
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,33 @@ Sharding
10
10
- :issue:`SERVER-56127` Retryable update may execute more than once if chunk is migrated and shard key pattern uses nested fields
11
11
- :issue:`SERVER-63732` Add new implicitlyCreateIndex and enforceUniquenessCheck to shardCollection command
12
12
- :issue:`SERVER-64142` Add new enforceUniqueness to refineCollectionShardKey command
13
+
- :issue:`SERVER-69220` refineCollectionShardKey permits toggling current shard key fields between range-based and hashed, leading to data inconsistency
13
14
- :issue:`SERVER-69228` The chunk_migration_with_schema_validation.js fails multi version test suites (v4.4 and v4.2)
14
15
16
+
Operations
17
+
~~~~~~~~~~
18
+
19
+
:issue:`SERVER-68548` mongo shell version 4.4.15 logging asio message despite --quiet flag
20
+
15
21
Internals
16
22
~~~~~~~~~
17
23
24
+
- :issue:`SERVER-52676` Hedged reads should ignore stale errors
18
25
- :issue:`SERVER-61275` Destruct the size storer after the session cache has shutdown
19
26
- :issue:`SERVER-64573` Make implicitlyCreateIndex and enforceUniquenessCheck fields optional
- :issue:`SERVER-65382` AutoSplitVector should not use clientReadable to reorder shard key fields
29
+
- :issue:`SERVER-67465` Ensure timeouts do not fail hedged operations
22
30
- :issue:`SERVER-68039` Old pymongo version 3.10.1 on MongoDB v5.0 causes Invariant failure (message.operation() == dbMsg) after connection reset by peer
31
+
- :issue:`SERVER-68691` $graphLookup does not report variable references for 'restrictSearchWithMatch' filter
32
+
- :issue:`SERVER-68694` Investigate the locking around the compact command
23
33
- :issue:`SERVER-68766` Add option to re-enable single value MapReduce optimization
0 commit comments