SERVER-45149 replSetStepDown command in txn_two_phase_commit_failover.js should not timeout
SERVER-56127Retryable update may execute more than once if chunk is migrated and shard key pattern uses nested fields如果chunk被迁移并且shard密钥模式使用嵌套字段,则可重试更新可能会执行多次
SERVER-56227Add user-facing command to set allowMigrations to false for a sharded collection添加面向用户的命令,将分片集合的allowMigrations设置为false
SERVER-60682TransactionCoordinator may block acquiring WiredTiger write ticket to persist its decision, prolonging transactions being in the prepared stateTransactionCoordinator可能会阻止获取WiredTiger写入票证以坚持其决策,从而延长处于准备状态的事务
SERVER-60860 ReshardingCollectionCloner uses primary read preference when nearest was intended
SERVER-61003 ReadConcernMajorityNotAvailableYet errors from ShardRegistry must be retried
SERVER-61268 Fixing the release of a recoverable critical section on secondaries
SERVER-61416 Indefinitely retry errors in rename coordinator
SERVER-61459 ShardingCatalogManager::assignKeyRangeToZone() reads stale version of CollectionType while running locally on config server primary
SERVER-61689 ActiveMigrationsRegistry::lock method doesn't properly handle its exceptions
SERVER-61816 cancel_coordinate_txn_commit_with_tickets_exhausted.js can hang forever due to race condition between transaction reaper and transaction coordinator
SERVER-61945 Resharding collection cloning may fail with NamespaceNotSharded when "nearest" read preference chooses secondary
SERVER-61950 ReshardingOplogFetcher waits on network request completing without interruption, potentially preventing shard step-up from ever completing
Query
SERVER-57588 Inconsistent query results when an array position is indexed whose value is an array
SERVER-61548 Using $densify with partition on the nested field produces extra document and a flat partition field
Aggregation
SERVER-59924 Error executing aggregate with $out with "available" read concern on sharded clusters
Storage
SERVER-58409 Startup RecordId initialization is flawed with durable history and reconstructing prepared transactions
SERVER-60956 collMod command allows converting index on capped collection to TTL, leading to invariant failure
Internals
SERVER-49748 Initial sync should clone admin.system.version before any other collections
SERVER-57037 Improve precision of operator counters
SERVER-58687 Implement writing of pre-images for non-transactional delete operations
SERVER-59781 multi_statement_transaction.js does not retry transaction on StaleConfig
SERVER-60310 OCSP response validation should not consider statuses of irrelevant certificates
SERVER-60513 Run burn_in_tags compile on -large distro
SERVER-60517 Enforce eviction_dirty_target < eviction_dirty_trigger in the fuzzer
SERVER-60569 Clean up the OpObserver unittest TestFundamentalOnDeleteOutputs
SERVER-60685 TransactionCoordinator may interrupt locally executing update with non-Interruption error category, leading to server crash
SERVER-60690 Refactor OplogUpdateEntryArgs/CollectionUpdateArgs to use RetryableWriteImageRecordingType enum for image recording settings.
SERVER-60779 Extend CheckReplDBHash to work with TenantMigrationsFixture and ClusterToClusterFixture
SERVER-60788 merge_causes_infinite_loop.js attempts to expose a problem that no longer exists
SERVER-60809 Add ability to not idLookup after $search
SERVER-60820 Hang analyzer fails to run in Evergreen
SERVER-61012 Instantiation of TEMPLATE rule sometimes has a command in generated ninja
SERVER-61119 LDAP pooled timeout test expects deterministic behavior from connection pool
SERVER-61188 When storeImageInSideCollection=true, pre-image noop entries for collection with preImageRecordingEnabledForCollection=true are assigned wrong opTimes
SERVER-61194 Prevent time-series bucket OID reuse with coarse granularity
SERVER-61186 Remove the ReshardingTest fixture's isMixedVersionCluster() method
SERVER-61289 Make resharding_retryable_writes.js more robust to timing
SERVER-61473 Resharding coordinator calls ReshardingMetrics::onCompletion() multiple times on transient errors, leading to config server crash
SERVER-61482 Updates to config.reshardingOperations wait for PrimaryOnlyService to be rebuilt while holding oplog slot, stalling replication on config server indefinitely
SERVER-61483 Resharding coordinator fails to recover abort decision on step-up, attempts to commit operation as success, leading to data inconsistency
SERVER-61607 Accept DuplicateKey as a possible error in resharding_nonblocking_coordinator_rebuild.js
SERVER-61633 Resharding's RecipientStateMachine doesn't join thread pool for ReshardingOplogFetcher, leading to server crash at shutdown
Replication
SERVER-54909 In replSetGetStatus, report last durable and last applied operation wall times for all members
SERVER-59721 Node may become unable to sync from other members after performing rollback to stable timestamp
SERVER-60946 Race condition in replsetprio1.js when initiating replset with nodes having different priorities
SERVER-60969 ReplClientInfo::getLastOp may not be updated before being used to wait for replication in tenant migration
SERVER-61440 Race in tenant_migration_recipient_current_op.js
Aggregation
SERVER-59924 Error executing aggregate with $out with "available" read concern on sharded clusters
Storage
SERVER-58736 Avoid quadratic behavior in rollback with many collections
Internals
SERVER-55535 Performance tests to exercise change streams optimizations
SERVER-59297 Allow system threads to survive InterruptedDueToStorageChange
SERVER-59871 startup_recovery_for_restore_restarts.js needs to make sure a checkpoint happens after failpoint
SERVER-60393 increase replica_sets_jscore_passthrough time limit to 3hr.
SERVER-60567 Fix SBE command's handling of collection UUIDs
SERVER-60616 Coverity analysis defect 120880: Unsigned compared against 0
SERVER-60632 Inconsistent error on mongos when renameCollection target already exists