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