@@ -18,6 +18,7 @@ Replication
18
18
- :issue: `SERVER-53609 ` lastCommittedTransaction section causes frequent schema changes that limit FTDC retention
19
19
- :issue: `SERVER-53666 ` curSecondary in rollback test fixture not guaranteed to be in SECONDARY state after restart
20
20
- :issue: `SERVER-54339 ` Prevent spontaneous elections in rollback_crud_op_sequences.js
21
+ - :issue: `SERVER-54648 ` Add correct log verbosity to disallow_adding_initialized_node2.js
21
22
22
23
Query
23
24
~~~~~
@@ -31,7 +32,6 @@ Storage
31
32
~~~~~~~
32
33
33
34
- :issue: `SERVER-46876 ` During the eviction pressure, we should quit the compact operation instead of crashing the process
34
- - :issue: `SERVER-47694 ` fix multikey. again
35
35
- :issue: `SERVER-54760 ` (4.2) Ghost timestamps can cause concurrent causal snapshot reads to not read their own writes
36
36
37
37
Build and Packaging
@@ -40,12 +40,14 @@ Build and Packaging
40
40
- :issue: `SERVER-52705 ` Rebuilding mongodb according to building.md failed because python3 is an alias/link (led to ModuleNotFoundError)
41
41
- :issue: `SERVER-54058 ` Update Debian 10 AMI for package testing
42
42
- :issue: `SERVER-54255 ` Update RHEL 7 AMI for package testing
43
+ - :issue: `SERVER-54858 ` Update Amazon Linux AMI for package testing
43
44
44
45
Internals
45
46
~~~~~~~~~
46
47
47
48
- :issue: `SERVER-35649 ` Nodes removed due to isSelf failure should re-attempt to find themselves
48
49
- :issue: `SERVER-43904 ` When stepping down, step up doesn't filter out frozen nodes
50
+ - :issue: `SERVER-44132 ` DataBuilder move assignment computes size incorrectly
49
51
- :issue: `SERVER-45836 ` Provide more LDAP details (like server IP) at default log level
50
52
- :issue: `SERVER-46686 ` Explain does not respect maxTimeMS
51
53
- :issue: `SERVER-46740 ` establishCursors() must always drain the AsyncRequestsSender::_baton
@@ -67,15 +69,16 @@ Internals
67
69
- :issue: `SERVER-53992 ` Remove calls to detect-outliers from performance tasks
68
70
- :issue: `SERVER-54091 ` Update assertion messages for dbhash check run by resmoke.py
69
71
- :issue: `SERVER-54134 ` Ignore newer mongo versions on older branches of setup_multiversion_mongodb.py
72
+ - :issue: `SERVER-54139 ` Remove CURL share support from HTTP curl client
70
73
- :issue: `SERVER-54278 ` Add feature flag to disable Opportunistic Reads by default
71
74
- :issue: `SERVER-54366 ` Wait for node to start stepdown before killing shutdown operation in force_shutdown_primary.js
72
75
- :issue: `SERVER-54369 ` Update Jasper gRPC to latest version
73
76
- :issue: `SERVER-54458 ` updated vendored scons to use uuid for cache tmpfiles
74
77
- :issue: `SERVER-54484 ` resmoke/util/archival.py relies on deprecated and now removed thread.isAlive
75
78
- :issue: `SERVER-54505 ` Fix logic for ignored large distro build variants in 4.2
79
+ - :issue: `SERVER-54684 ` Decreased JS performance on arm64 due to mising init function
76
80
- :issue: `SERVER-54685 ` wrong definition of MONGO_YIELD_CORE_FOR_SMT for arm64
77
81
- :issue: `SERVER-54733 ` Enterprise Ubuntu 16.04 arm64 aggregation_multiversion_fuzzer failures
78
- - :issue: `SERVER-54742 ` [4.2] indexes may initialize multikey state from uninitialized value
79
82
- :issue: `WT-6309 ` Add support for start/stop arguments to wt printlog command
80
83
- :issue: `WT-6430 ` Move WT_CONN_SERVER flags into their own field
81
84
- :issue: `WT-6844 ` Make force stop durable
0 commit comments