@@ -13,6 +13,7 @@ Sharding
13
13
- :issue: `SERVER-68431 ` resharding_test_fixture doesn't configure failpoints for all nodes of config server
14
14
- :issue: `SERVER-68495 ` Resharding a collection with a very large number of zones configured may stall on config server primary indefinitely
15
15
- :issue: `SERVER-68628 ` Retrying a failed resharding operation after a primary failover can lead to server crash or lost writes
16
+ - :issue: `SERVER-68728 ` Add addl. activation condition for interruptBeforeProcessingPrePostImageOriginatingOp fail point
16
17
17
18
Query
18
19
~~~~~
@@ -30,6 +31,7 @@ Internals
30
31
~~~~~~~~~
31
32
32
33
- :issue: `SERVER-60607 ` improve handling of large/NaN values for geo index version
34
+ - :issue: `SERVER-60958 ` Avoid server hang in chunk migration when step-down event occurs
33
35
- :issue: `SERVER-61321 ` Improve handling of large/NaN values for text index version
34
36
- :issue: `SERVER-62747 ` proxy_protocol_connect.js needs to use the loopback address for Docker containers
35
37
- :issue: `SERVER-65262 ` Expand usage of WT numerical timestamp API
@@ -48,15 +50,18 @@ Internals
48
50
- :issue: `SERVER-67532 ` Fail less in OplogServerStatusSection
49
51
- :issue: `SERVER-67683 ` Change some of the modes in fast and opt builds
50
52
- :issue: `SERVER-67845 ` Acquire critical section in rename "check preconditions" phase only if target not sharded
53
+ - :issue: `SERVER-67939 ` run_dbcheck_background.js should be resilient to CappedPositionLost
51
54
- :issue: `SERVER-68041 ` Robustify merge_write_concern.js and add diagnostic log
52
55
- :issue: `SERVER-68130 ` AutoSplitVector could generate response bigger than BSONObjMaxUserSize
53
56
- :issue: `SERVER-68158 ` serverstatus_indexbulkbuilder.js should run listIndexes on primary after creating indexes
54
57
- :issue: `SERVER-68184 ` Use Number instead of NumberLong when indexing in checkWritesOfCommittedTxns
55
58
- :issue: `SERVER-68193 ` Sharding DDL coordinator can lock itself out in distlock retry loop
56
59
- :issue: `SERVER-68487 ` add BSONElement method to check for NaN field values
57
- - :issue: `SERVER-68511 ` MovePrimary update of config.databases entry must use dotted fields notation
60
+ - :issue: `SERVER-68511 ` movePrimary might introduce sharding metadata inconsistency in MongoDB 5.0+
58
61
- :issue: `SERVER-68522 ` Prevent 5.0 binary from starting in FCV 4.4 with misconfigured TTL index
62
+ - :issue: `SERVER-68540 ` Add docker_incompatible tag for jscore tests
59
63
- :issue: `SERVER-68574 ` Switch to the new logkeeper cluster
64
+ - :issue: `SERVER-68737 ` remove multiversion test from debian11 5.0
60
65
- :issue: `WT-8847 ` Add tombstone to WT_SAVE_UPD to truncate the update list upon page restore
61
66
- :issue: `WT-9004 ` Fix memory leak in update restore eviction
62
67
- :issue: `WT-9302 ` Deprecated object_target_size as a config in api_data.py
0 commit comments