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
- :issue:`SERVER-60624` txn_commit_optimizations_for_read_only_shards.js pauses replication on coordinator and can leave transaction stuck in prepare
13
14
- :issue:`SERVER-60682` TransactionCoordinator may block acquiring WiredTiger write ticket to persist its decision, prolonging transactions being in the prepared state
14
15
- :issue:`SERVER-60860` ReshardingCollectionCloner uses primary read preference when nearest was intended
@@ -25,6 +26,10 @@ Sharding
25
26
- :issue:`SERVER-61816` cancel_coordinate_txn_commit_with_tickets_exhausted.js can hang forever due to race condition between transaction reaper and transaction coordinator
26
27
- :issue:`SERVER-61945` Resharding collection cloning may fail with NamespaceNotSharded when "nearest" read preference chooses secondary
27
28
- :issue:`SERVER-61950` ReshardingOplogFetcher waits on network request completing without interruption, potentially preventing shard step-up from ever completing
29
+
- :issue:`SERVER-61976` [Resharding] Shards can error while refreshing their shard version following step-up, stalling the resharding operation
30
+
- :issue:`SERVER-62065` Upgrade path from 3.6 to 4.0 can leave chunk entries without history on the shards
31
+
- :issue:`SERVER-62171` Add logs to output of runConcurrentMoveChunk in sharding_statistics_server_status.js
32
+
- :issue:`SERVER-62178` Resharding can fail with NamespaceNotSharded if recipient primary fails over before creating temporary resharding collection
28
33
- :issue:`SERVER-62207` ReshardCollection with small maxTimeMS can crash the shard due to incorrect BSON object lifetime
29
34
- :issue:`SERVER-62245` MigrationRecovery must not assume that only one migration needs to be recovered
30
35
- :issue:`SERVER-62296` MoveChunk should recover any unfinished migration before starting a new one
@@ -37,7 +42,9 @@ Replication
37
42
Query
38
43
~~~~~
39
44
40
-
:issue:`SERVER-57588` Inconsistent query results when an array position is indexed whose value is an array
45
+
- :issue:`SERVER-57588` Inconsistent query results when an array position is indexed whose value is an array
46
+
- :issue:`SERVER-59754` Incorrect logging of queryHash/planCacheKey for operations that share the same $lookup shape
47
+
- :issue:`SERVER-62147` Exhaust query using the OP_QUERY protocol is broken when more than one getMore batch is required
41
48
42
49
Storage
43
50
~~~~~~~
@@ -58,34 +65,44 @@ Internals
58
65
- :issue:`SERVER-54468` Enable Feature flag for Minimal support for sharding time-series collections
59
66
- :issue:`SERVER-56167` Guarantee hang analyzer collects core dumps for sharded clusters, at minimum
60
67
- :issue:`SERVER-57037` Improve precision of operator counters
68
+
- :issue:`SERVER-57092` Use real test name for JS runner resmoke suites
61
69
- :issue:`SERVER-57289` redact should not convert BSONArray into BSONObj
62
70
- :issue:`SERVER-57312` Pin transitive Python dependencies and use the pinned file for installation in Evergreen
63
71
- :issue:`SERVER-57772` Failpoints on mongos rewrite state change error codes in writeConcernError
72
+
- :issue:`SERVER-58035` Remove db.runCommandWithMetadata from mongo shell
64
73
- :issue:`SERVER-58135` ReplSetTest initiate failing in replica sets with chaining disabled
65
74
- :issue:`SERVER-59428` Use more robust regex matching in rollback resumable index build fixture
75
+
- :issue:`SERVER-59779` Call asCluster() before replSetFreeze in ReplSetTest
66
76
- :issue:`SERVER-59781` multi_statement_transaction.js does not retry transaction on StaleConfig
77
+
- :issue:`SERVER-60048` CheckReplDBHash should not fail for cases where we expect retryable findAndModify images to be inconsistent after a restart
67
78
- :issue:`SERVER-60217` [v5.0] enableReconfigRollbackCommittedWritesCheck should be applied on 4.4
68
79
- :issue:`SERVER-60310` OCSP response validation should not consider statuses of irrelevant certificates
69
80
- :issue:`SERVER-60334` Pause the WiredTigerSizeStorer during Rollback To Stable
81
+
- :issue:`SERVER-60392` Fix timing in priority_takeover_two_nodes_equal_priority test.
70
82
- :issue:`SERVER-60513` Run burn_in_tags compile on -large distro
71
83
- :issue:`SERVER-60517` Enforce eviction_dirty_target < eviction_dirty_trigger in the fuzzer
72
84
- :issue:`SERVER-60685` TransactionCoordinator may interrupt locally executing update with non-Interruption error category, leading to server crash
73
85
- :issue:`SERVER-60788` merge_causes_infinite_loop.js attempts to expose a problem that no longer exists
74
86
- :issue:`SERVER-60809` Add ability to not idLookup after $search
87
+
- :issue:`SERVER-60959` Insert to a Time-Series getting error collection ErrorCodes::TimeseriesBucketCleared
75
88
- :issue:`SERVER-61005` rs.initiate() fails with "Invariant failure" under specific startup options
76
89
- :issue:`SERVER-61012` Instantiation of TEMPLATE rule sometimes has a command in generated ninja
77
90
- :issue:`SERVER-61097` SizeStorer can cause deadlocks with cache eviction
91
+
- :issue:`SERVER-61121` Make TransactionMetricsObserver support TxnNumberAndRetryCounter
92
+
- :issue:`SERVER-61122` Log TxnNumberAndRetryCounter in metrics and log methods inside TransactionParticipant and TransactionRouter
78
93
- :issue:`SERVER-61188` When storeImageInSideCollection=true, pre-image noop entries for collection with preImageRecordingEnabledForCollection=true are assigned wrong opTimes
79
94
- :issue:`SERVER-61194` Prevent time-series bucket OID reuse with coarse granularity
80
95
- :issue:`SERVER-61201` Creating a view can lead to a deadlock
81
96
- :issue:`SERVER-61214` Ensure having the latest known entry of the catalog cache when creating config.system.sessions
82
97
- :issue:`SERVER-61216` The --cache-disable flag results in a python stacktrace
83
98
- :issue:`SERVER-61275` Destruct the size storer after the session cache has shutdown
99
+
- :issue:`SERVER-61307` Add context to parsing errors for $setWindowFields' partitionBy expression
0 commit comments