summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66973 Eagerly reap config.transactions entries for retryable sessionsr6.0.0-rc9Jack Mulrow2022-06-0714-64/+1090
| | | | (cherry picked from commit 77e9ff7fd5e822ed2c560db2f601648a6dd58abf)
* SERVER-66993 Stop tracking highest child session txnNumberJack Mulrow2022-06-076-66/+163
| | | | (cherry picked from commit f0a44617983763b0fdc1f37bdc35e391184ea63d)
* SERVER-67029 Make aggregate command in internal_transactions* workloads ↵Cheahuychou Mao2022-06-072-6/+33
| | | | | | robust against failover/shutdown or collection rename (cherry picked from commit b6b89a30190ce3fb85111959c0773b730fd08aa3)
* SERVER-66950 Fix orphans feature flag check in ↵Pierlauro Sciarelli2022-06-071-20/+10
| | | | upgrade_downgrade_sharded_cluster.js (v6.0)
* SERVER-66644 Fix and re-enable profile_operation_metrics.js for debug buildsRomans Kasperovics2022-06-071-3/+2
| | | | (cherry picked from commit 76a6a05d16983e2d9432ffbfd1163bfb52a5f593)
* SERVER-67001 Make balancer wait interruptably for migration-related commands ↵Pierlauro Sciarelli2022-06-071-2/+2
| | | | sent to shards
* SERVER-66758 Remove usage of CancelableOperationContext when cleaning up ↵Jason Zhang2022-06-061-21/+12
| | | | internal sessions in setFCV
* SERVER-66948 Catch NoSuchTransaction as an acceptable error in internal ↵Jason Zhang2022-06-061-2/+9
| | | | | | transactions coordinator cleanup test (cherry picked from commit 10c8db0e325dd13c38b15ef7fef296355e1da3f9)
* SERVER-66955 Remove JSON.send usage in sys-perf and performanceVlad Rachev2022-06-062-14/+2
| | | | (cherry picked from commit 421855380204e5a9dcde2b83cccef8e6f75e3a96)
* SERVER-65960 Fall back to classic engine when NLJ is chosenMihai Andrei2022-06-0614-83/+392
| | | | (cherry picked from commit ccdab6f1abc1986e6f51d46addcb829a9cdd4489)
* SERVER-66992 Optimize how often SessionCatalog mutex is heldJack Mulrow2022-06-0312-41/+53
| | | | (cherry picked from commit d457fc3a9723edc094bd7dc45bcf00112cad57c6)
* SERVER-66901 Make contention factor accept all valid positive integer typesMark Benvenuto2022-06-032-1/+23
| | | | (cherry picked from commit d4303b413abc60959c49dbde8a3e87eca0b31efa)
* 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 ↵Zituo Jin2022-06-031-0/+4
| | | | Enterprise RHEL 8.0 Required
* SERVER-66062 make sure jstests/change_streams/ddl_create_index_txn.js ↵Mickey. J Winters2022-06-031-14/+23
| | | | doesn't accidentally use a cross shard transaction
* SERVER-66444 Make storage watchdog compatible with FCBISVesselina Ratcheva2022-06-031-0/+3
| | | | (cherry picked from commit 322be402ddc581d9e27455d196e47b9aed41e096)
* SERVER-66844 Transaction API shouldn't use CancelableOperationContextJack Mulrow2022-06-032-9/+8
| | | | (cherry picked from commit 074e2ac50c90395673d488e81ec86bfb3e29c1e7)
* SERVER-66852 Eagerly erase retryable child sessions from SessionCatalogJack Mulrow2022-06-038-36/+667
| | | | (cherry picked from commit 8e96ecbf56a0763f4300aa38746ac86a8335d264)
* SERVER-66766 stopFLECrud must wait for threads to exitsergey.galtsev2022-06-021-0/+1
|
* SERVER-66962: multiversion configuration updatesDavid Bradford2022-06-022-1/+3
| | | | (cherry picked from commit 0a861695ec2d921f47001ac67d96f9a592547cf3)
* SERVER-66777 Ensure that internal transactions do not get interrupted by ↵Cheahuychou Mao2022-06-027-217/+406
| | | | | | logical session reaper (cherry picked from commit 01938cf7239dc4eb6a2fa79b31743cd815d4d92c)
* 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 ↵Randolph Tan2022-06-021-1/+1
| | | | | | complete by default (cherry picked from commit 52defdf7c5793de48a4aea976cc73569e83c2133)
* SERVER-66960 Cache highest child txnNumber on checked out sessionsJack Mulrow2022-06-023-12/+19
| | | | (cherry picked from commit b2f773225a555d581e547527a8cb67bdeed7fadc)
* SERVER-66910 Ensure `collectionUUID` is respected for `collMod` unique index ↵Gregory Noma2022-06-021-0/+1
| | | | | | conversion (cherry picked from commit 7768b6946b1c14139ed592b1612b3b421fe55e30)
* SERVER-66929 Persist CompactStructuredEncryptionDataCoordinator document ↵Tommaso Tocci2022-06-022-4/+6
| | | | | | before entering first phase (cherry picked from commit d4b666e9137903c042991944cbcb7933f5b39b1e)
* 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 ↵David Storch2022-06-0213-147/+159
| | | | | | legacy op code (cherry picked from commit 6147e2b653fe414ce8f6d64454d9b98802863ae7)
* SERVER-66542 Unifying paths on the CatalogCache lookup functionSergi Mateo Bellido2022-06-021-91/+94
| | | | | | | Before this change there was an early-exit path that wasn't updating the stats neither logging a line. (cherry picked from commit 46a8e36aade47b36837d89cccfa41e28ddad272c)
* SERVER-66379 $or to $in conversion flawedTimour Katchaounov2022-06-023-4/+42
| | | | (cherry picked from commit 951197b3834d509d7903efa4a66c0e9f79235262)
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state ↵Enrico Golfieri2022-06-0218-140/+263
| | | | | | documents (cherry picked from commit c4522f8d57ded742ff66a303fb264f517c06502a)
* SERVER-66825 Fix deadlock on MigrationDestinationManager::onStepDownJordi Serra Torrens2022-06-021-0/+4
| | | | (cherry picked from commit 589d65d55b880aa28803e4b4b9f109dd9e5b60bc)
* 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 ↵Cheahuychou Mao2022-06-014-25/+40
| | | | | | when searching for expired logical sessions (cherry picked from commit d461c7c2fb3197b82585099f7aa7c1a07f2223db)
* SERVER-66851 Internal session pool should use parent sessions as keys for ↵Jack Mulrow2022-06-013-14/+144
| | | | | | child session map (cherry picked from commit 37e28d05ca12d2b3835bbe2145cbe258872e7ed6)
* SERVER-66557: Refactor and update multiversion setup and configDavid Bradford2022-06-0112-99/+213
| | | | (cherry picked from commit 0abdf7bc75257ecd6d01dd701fb78208c1eb6d5e)
* SERVER-62272 : Migration OK for chunks existing before schema validatornandinibhartiyaMDB2022-06-013-8/+91
| | | | (cherry picked from commit bc1ac6fb2eb66202d1acc08d158b102c57beabbd)
* SERVER-66540 Don't run awaitData cursor notification on insert part in ↵Denis Grebennicov2022-06-011-0/+18
| | | | await_getmore_cmd.js in majority readConcern
* SERVER-66558 $sort does not rewrite to bounded sort when multiple index ↵samontea2022-05-314-1/+172
| | | | options are available
* SERVER-66720 Interrupt migration-related commands on CSRS upon stepdownPierlauro Sciarelli2022-05-311-3/+3
|
* SERVER-66860 FSM tests should not reuse same database namesTommaso Tocci2022-05-314-4/+4
| | | | (cherry picked from commit d88a892d5b18035bd0f5393a42690e705c2007d7)
* SERVER-66556 Block shutdown when releasing cursors to avoid race conditionsYuhong Zhang2022-05-312-8/+25
| | | | (cherry picked from commit 66e938045f87c72f379eb0def449b62bde97721c)
* SERVER-66769 Add Windows support to spawnhost setup scriptMatt Kneiser2022-05-311-59/+114
| | | | (cherry picked from commit ad379f1338379fa96dcdf52f6c1a2f3b68f90dc7)
* SERVER-65399 Restart index build if recover in standalone and ↵Shin Yee Tan2022-05-311-4/+42
| | | | 'commitIndexBuild' oplog entry replayed
* SERVER-65131 Disable opportunistic read targetingVojislav Stojkovic2022-05-315-0/+42
| | | | (cherry picked from commit e6547d5561be2e0fe51f5f7a317a094732f77c2c)
* SERVER-66718 Allow StorageInterfaceImpl to perform more clustered collection ↵Louis Williams2022-05-316-35/+705
| | | | | | scans (cherry picked from commit 600e8b6e84372f490dc4cdafce4bd5ef241e7072)
* SERVER-65672 upgrade python packages to support 3.10r6.0.0-rc8Robert Guo2022-05-3116-30/+42
|
* SERVER-66585 Update test tags for repl_startup_error_no_hang_on_shutdown.jsLingzhi Deng2022-05-311-1/+1
|
* SERVER-65027: Ensure resharding commands are parsed strictlynandinibhartiyaMDB2022-05-314-4/+4
| | | | (cherry picked from commit 9f2b96479c5dcc87fd2a54f72fd77a14609c6f36)