summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-64994 Extend the planner to allow soft hints about index traversal ↵r6.0.0-rc10Matt Boros2022-06-1317-259/+640
| | | | | | direction (cherry picked from commit 00d2a56763b2b0da941a41684d20e7080da5058e)
* SERVER-67016 Cancel transaction API transactions if their caller is interruptedJack Mulrow2022-06-133-17/+224
| | | | (cherry picked from commit 037f714353bb314aa28c7ec6be6f77865ac41273)
* SERVER-66481 Disable cross-shard internal transactions run from a shardJason Zhang2022-06-134-41/+84
| | | | (cherry picked from commit 9e56fb40d86bab1a77ffa60fd8a94c4783735734)
* SERVER-67080 PerClusterDataConsistencyHook checks data consistency on the ↵kauboy262022-06-131-1/+1
| | | | same cluster twice
* SERVER-66329 Authenticate connections during rollover testsSara Golemon2022-06-131-8/+8
| | | | (cherry picked from commit 9b3509a2217da69cca3e549a164ac7e6e26902d0)
* SERVER-67106 allow the execution of _flushRoutingTableCacheUpdates over ↵Paolo Polato2022-06-131-1/+2
| | | | | | collection views (cherry picked from commit 8e0bbe75ef81964f8d15a1e9cc2c33e988a120df)
* SERVER-67175: Don't run multiversion fuzzer on debian 11David Bradford2022-06-101-1/+1
|
* SERVER-63243 Range deleter must not clean up orphan ranges in a round-robin ↵Allison Easton2022-06-101-80/+91
| | | | | | fashion (cherry picked from commit f44581d5bfe275a3b9f0454dd7843c04ccfd1f2d
* SERVER-66866 Make the range deleter not sleep under collection lockKaloian Manassiev2022-06-103-87/+68
| | | | (cherry picked from commit cec61a460e69c47e1bf0e455214f776c62053f53)
* SERVER-66074 Remove usage of toArray in collection_defragmentation.jsAllison Easton2022-06-101-5/+16
| | | | (cherry picked from commit 2a61fb48311b141c92bb0185fe7cb3caa0480ac0)
* SERVER-66653 Remove usage of this.tid from assertDocWasUpdatedAllison Easton2022-06-101-9/+17
| | | | (cherry picked from commit 0048e74c6723d7f7030748967a3efc362e0c015b)
* SERVER-66868 Fail point must be enabled on new primary before step up in ↵Allison Easton2022-06-101-3/+3
| | | | | | range_deletion_ordering_with_stepdown.js (cherry picked from commit 3165867be30e6a7414608ebad8984758c876fb72)
* SERVER-66799 Fix `getParameterWithDetails.js` failure on `ephemeralForTest`Amirsaman Memaripour2022-06-091-2/+2
| | | | (cherry picked from commit e74b25e957c8e4f46aa721151aa72007537b4cde)
* SERVER-66725 SERVER-66659 Incoming retryable txns abort old txns and abort ↵Jack Mulrow2022-06-099-97/+960
| | | | | | conflicting txns once (cherry picked from commit bc385b8dcb5b7a550cefaada9d44bc9ded5164de)
* SERVER-67076 Add missing early return in DocumentSourceFindAndModifyImageLookupJack Mulrow2022-06-095-17/+6
| | | | (cherry picked from commit 89e19118f9fa6fe215f8df65567a9fefe74d8064)
* SERVER-66046: Abort resharding on recipient errorsnandinibhartiyaMDB2022-06-092-2/+82
| | | | (cherry picked from commit f016b1053908e031dbcec48ffb0a30fa63ba7e3d)
* SERVER-66814 Use classic MatchExpression for applying filters in SBEIan Boros2022-06-0915-147/+310
| | | | | Co-authored-by: Eric Cox <eric.cox@mongodb.com> (cherry picked from commit b16ad103a503897898fb91c5f9d198407e3e2abf)
* SERVER-66999 Check sharding initialized if running an explain with ↵Ruoxin Xu2022-06-091-0/+2
| | | | | | clusterFind command (cherry picked from commit 8ab9a78b45386177fd1010557f55287d709c731f)
* SERVER-67026 Add new line to fixture_helpers.jsCheahuychou Mao2022-06-091-1/+1
| | | | (cherry picked from commit a3c2a6a8c963955263620bb39b64732ac4110623)
* SERVER-67026 InternalTransactionChunkMigrationTest and ↵Cheahuychou Mao2022-06-096-262/+392
| | | | | | RetryableInternalTransactionTest fixtures should retry internal transactions on LockTimeout errors (cherry picked from commit 26a4d4f3da2e4c7afc3bcc506049e6957d665c7e)
* 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
| | | | (cherry picked from commit 8a3af130c7dba9936b30e17d25dd52a5802658ad)
* SERVER-66336 ConfigsvrCoordinators initial checkpoint may incur in ↵Silvia Surroca2022-06-083-9/+32
| | | | DuplicateKey error
* 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
| | | | (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)