summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-66653 Remove usage of this.tid from assertDocWasUpdatedAllison Easton2022-06-101-9/+17
* SERVER-66868 Fail point must be enabled on new primary before step up in rang...Allison Easton2022-06-101-3/+3
* SERVER-66799 Fix `getParameterWithDetails.js` failure on `ephemeralForTest`Amirsaman Memaripour2022-06-091-2/+2
* SERVER-66725 SERVER-66659 Incoming retryable txns abort old txns and abort co...Jack Mulrow2022-06-099-97/+960
* SERVER-67076 Add missing early return in DocumentSourceFindAndModifyImageLookupJack Mulrow2022-06-095-17/+6
* SERVER-66046: Abort resharding on recipient errorsnandinibhartiyaMDB2022-06-092-2/+82
* SERVER-66814 Use classic MatchExpression for applying filters in SBEIan Boros2022-06-0915-147/+310
* SERVER-66999 Check sharding initialized if running an explain with clusterFin...Ruoxin Xu2022-06-091-0/+2
* SERVER-67026 Add new line to fixture_helpers.jsCheahuychou Mao2022-06-091-1/+1
* SERVER-67026 InternalTransactionChunkMigrationTest and RetryableInternalTrans...Cheahuychou Mao2022-06-096-262/+392
* SERVER-61972 un-delete version check for mongod optionsRobert Guo2022-06-091-1/+4
* SERVER-61972 ensure useRandomBinVersionsWithinReplicaSet's respectedRobert Guo2022-06-083-10/+20
* SERVER-66812 Fix bug with $group projection analysisCharlie Swanson2022-06-0810-43/+153
* SERVER-66336 ConfigsvrCoordinators initial checkpoint may incur in DuplicateK...Silvia Surroca2022-06-083-9/+32
* SERVER-65371 Interrupt shardSvrMoveRange when the node steps downPaolo Polato2022-06-081-20/+24
* SERVER-66973 Eagerly reap config.transactions entries for retryable sessionsr6.0.0-rc9Jack Mulrow2022-06-0714-64/+1090
* SERVER-66993 Stop tracking highest child session txnNumberJack Mulrow2022-06-076-66/+163
* SERVER-67029 Make aggregate command in internal_transactions* workloads robus...Cheahuychou Mao2022-06-072-6/+33
* SERVER-66950 Fix orphans feature flag check in upgrade_downgrade_sharded_clus...Pierlauro Sciarelli2022-06-071-20/+10
* SERVER-66644 Fix and re-enable profile_operation_metrics.js for debug buildsRomans Kasperovics2022-06-071-3/+2
* SERVER-67001 Make balancer wait interruptably for migration-related commands ...Pierlauro Sciarelli2022-06-071-2/+2
* SERVER-66758 Remove usage of CancelableOperationContext when cleaning up inte...Jason Zhang2022-06-061-21/+12
* SERVER-66948 Catch NoSuchTransaction as an acceptable error in internal trans...Jason Zhang2022-06-061-2/+9
* SERVER-66955 Remove JSON.send usage in sys-perf and performanceVlad Rachev2022-06-062-14/+2
* SERVER-65960 Fall back to classic engine when NLJ is chosenMihai Andrei2022-06-0614-83/+392
* SERVER-66992 Optimize how often SessionCatalog mutex is heldJack Mulrow2022-06-0312-41/+53
* SERVER-66901 Make contention factor accept all valid positive integer typesMark Benvenuto2022-06-032-1/+23
* SERVER-66843 Use defensive programming in DeadlineFuture destructorAndrew Shuvalov2022-06-031-4/+9
* SERVER-66988 add variant to stress initialSyncIdRobert Guo2022-06-037-1/+29
* SERVER-66615 Increase timeout for replica_sets_large_txns_format on Enterpris...Zituo Jin2022-06-031-0/+4
* SERVER-66062 make sure jstests/change_streams/ddl_create_index_txn.js doesn't...Mickey. J Winters2022-06-031-14/+23
* SERVER-66444 Make storage watchdog compatible with FCBISVesselina Ratcheva2022-06-031-0/+3
* SERVER-66844 Transaction API shouldn't use CancelableOperationContextJack Mulrow2022-06-032-9/+8
* SERVER-66852 Eagerly erase retryable child sessions from SessionCatalogJack Mulrow2022-06-038-36/+667
* SERVER-66766 stopFLECrud must wait for threads to exitsergey.galtsev2022-06-021-0/+1
* SERVER-66962: multiversion configuration updatesDavid Bradford2022-06-022-1/+3
* SERVER-66777 Ensure that internal transactions do not get interrupted by logi...Cheahuychou Mao2022-06-027-217/+406
* SERVER-66830 Remove multiversion-incompatible assertion in view_aggregation.jsRomans Kasperovics2022-06-021-4/+0
* SERVER-63971 Make coordinate commit wait for transaction to actually complete...Randolph Tan2022-06-021-1/+1
* SERVER-66960 Cache highest child txnNumber on checked out sessionsJack Mulrow2022-06-023-12/+19
* SERVER-66910 Ensure `collectionUUID` is respected for `collMod` unique index ...Gregory Noma2022-06-021-0/+1
* SERVER-66929 Persist CompactStructuredEncryptionDataCoordinator document bef...Tommaso Tocci2022-06-022-4/+6
* SERVER-66622 fail to createCollection when running in 5.x compatibility modeSergey Galtsev2022-06-023-2/+52
* SERVER-66833 Improve error and log messages on attempt to use unsupported leg...David Storch2022-06-0213-147/+159
* SERVER-66542 Unifying paths on the CatalogCache lookup functionSergi Mateo Bellido2022-06-021-91/+94
* SERVER-66379 $or to $in conversion flawedTimour Katchaounov2022-06-023-4/+42
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state docu...Enrico Golfieri2022-06-0218-140/+263
* SERVER-66825 Fix deadlock on MigrationDestinationManager::onStepDownJordi Serra Torrens2022-06-021-0/+4
* SERVER-66805 Change public-facing `moveRange::forceJumbo` to bool typePierlauro Sciarelli2022-06-024-6/+17
* SERVER-66850 Make the LogicalSessionCache reaper only scan parent sessions wh...Cheahuychou Mao2022-06-014-25/+40