summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-67405: Fix is_patch lookup for build_variant_genv5.3David Bradford2022-07-122-5/+70
| | | | (cherry picked from commit 1260ae9d6480d37019c4c8bed7921e1d2cd40dd5)
* SERVER-57519 Make ARS use causally consistent ShardRegistry::getShard() ↵Tommaso Tocci2022-07-115-70/+116
| | | | | | function (cherry picked from commit 527dfe85a1771586339b34a177b3f7954aa2793b)
* SERVER-64307 Remove BSONColumn benchmarks from running on EvergreenHenrik Edin2022-06-091-12/+0
| | | | (cherry picked from commit 3928c9d541d19d8b007b1496870dca32c767af80)
* SERVER-65100 Increase block size for BSONColumn to be BSONObjMaxUserSizeHenrik Edin2022-06-081-2/+3
| | | | (cherry picked from commit 0c2e3ff94757054b976390b2060a86bfa7dd086c)
* SERVER-66618 Wait in test for resharding coordinator to persist abort.Max Hirschhorn2022-06-071-1/+11
| | | | | | | | | Fixes an issue in the resharding_coordinator_recovers_abort_decision.js test where the reshardingPauseCoordinatorBeforeBlockingWrites failpoint is being released too early and allowing the resharding coordinator to decide to commit the resharding operation instead. (cherry picked from commit 18ec8376222bd7afe8485441af2c3aba3130ea2e)
* SERVER-66955 Remove JSON.send usage in sys-perf and performanceVlad Rachev2022-06-062-14/+2
| | | | | (cherry picked from commit 421855380204e5a9dcde2b83cccef8e6f75e3a96) (cherry picked from commit 49e8e9786b5a074e3c28793e1ab7c425453cd14f)
* SERVER-66843 Use defensive programming in DeadlineFuture destructorAndrew Shuvalov2022-06-031-4/+9
| | | | (cherry picked from commit cae77d5066d76ec893a076b2b69fa6f409537a19)
* SERVER-66860 FSM tests should not reuse same database namesTommaso Tocci2022-06-013-3/+3
| | | | (cherry picked from commit d88a892d5b18035bd0f5393a42690e705c2007d7)
* SERVER-66769 Add Windows support to spawnhost setup scriptMatt Kneiser2022-05-311-60/+115
| | | | (cherry picked from commit ad379f1338379fa96dcdf52f6c1a2f3b68f90dc7)
* SERVER-66719 Take FCV lock in `MODE_IS` for shared global lock modesr5.3.2-rc2r5.3.2Gregory Noma2022-05-263-10/+13
| | | | (cherry picked from commit 1c3268ae7fd8ffd678c20d5f2ac977be2a2c982f)
* SERVER-66384 Ninja shared build log and common output directoryAlexander Neben2022-05-252-3/+12
| | | | (cherry picked from commit 55ef8e5a8f084a68efa3e8ba148fb77d72117c49)
* SERVER-65863 Have optimized _id expression(s) pushed down properlyYoonsoo Kim2022-05-243-9/+32
| | | | (cherry picked from commit 7f55c457738556cf96236ef9c7aa4b30bbe07390)
* SERVER-65930 DDL coordinators and rename participant initial checkpoint may ↵r5.3.2-rc1Allison Easton2022-05-193-10/+33
| | | | | | incur in DuplicateKey error (cherry picked from commit 1eb5a9257b3bfc0c768b342d73c3668cc6566841)
* SERVER-66560 Check feature flag before fetching child transaction historyJack Mulrow2022-05-191-40/+47
| | | | (cherry picked from commit 2fdcda013f2cecafb496d58a362fec750b284e82)
* SERVER-65797 Remove invalid index specs in memory before parsing for ↵Yuhong Zhang2022-05-176-45/+186
| | | | | | `listIndexes` (cherry picked from commit 142cdf278feee6ce0c4bb1b121fd13d69c61de34)
* SERVER-64780 don't run resharding_change_stream_namespace_filtering.js ↵Mickey. J Winters2022-05-172-3/+5
| | | | against 5.2
* Revert "SERVER-65884 $lookup from ts optimize $sequentialCache"James Wahlin2022-05-173-121/+0
| | | | This reverts commit 8d8d5077f1ab5d161919b3a3131ce10c8a96b5f9.
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-05-173-0/+121
| | | | (cherry picked from commit a672dcd5658bdb7117de384e50e1747e610a5684)
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ↵r5.3.2-rc0Gregory Noma2022-05-1016-55/+298
| | | | | | barrier (cherry picked from commit 5f15e515c617fca69a4a6dc4be741c19e2d07aa8)
* SERVER-65633 retry commitTransaction on FailedToSatisfyReadPreferenceAndrew Witten2022-05-051-13/+13
| | | | (cherry picked from commit e90e25cc5ad352d0c8b074f0ad49945b483d7131)
* SERVER-61853: Sync get_named_suites lookups in resmokeDavid Bradford2022-05-021-15/+16
| | | | (cherry picked from commit ca7a22da6fb96561f0520c0b5084d32fc2bac67f)
* SERVER-66041 Chunk cloner must never consider `too big` a chunk with only ↵Pierlauro Sciarelli2022-04-291-1/+1
| | | | one document
* SERVER-66054 Internal transactions tests in jstests/multiversion are not ↵Cheahuychou Mao2022-04-281-2/+1
| | | | running on evergreen
* SERVER-63850: Add the count command to API version 1Maddie Zechar2022-04-2811-43/+64
|
* SERVER-64780 filter out resharding events that aren't related to the ↵Mickey. J Winters2022-04-283-1/+68
| | | | namespace being watched by a changeStream
* SERVER-65924 resharding_histogram_metrics.js checks totalCount or opsBrett Nawrocki2022-04-261-11/+19
| | | | (cherry picked from commit bebe6e97f90a9345f381434339709f18412fd43e)
* SERVER-65672: pin crypography dependencyDavid Bradford2022-04-261-1/+1
| | | | (cherry picked from commit 220004ef366d4ac10fc05a9c4a09224008889198)
* SERVER-61210 Improve the probability of ARHASH plan in sample_timeseries.jsArun Banala2022-04-261-21/+29
| | | | (cherry picked from commit 46c459b82f0462c340ade979057324c34b4dc580)
* SERVER-64322 temporarily limit external_auth suite to 1 job.Daniel Moody2022-04-261-0/+3
| | | | (cherry picked from commit b6e8c40bf59e1cbf89d963b76d15f4ad51cd280a)
* SERVER-64664 add alias tagging for ninja to determine generated sources.Daniel Moody2022-04-262-23/+53
| | | | (cherry picked from commit 2fef432fa6e7cf3fd4f22ba3b193222c2887f14f)
* SERVER-61460 correctly merge --setParameter in resmokeRobert Guo2022-04-265-21/+108
| | | | (cherry picked from commit 876e0930d208a9b29c2aa02b291a0d57db678f8f)
* SERVER-65907: Delete the CST benchmarkMaddie Zechar2022-04-224-31/+1
|
* SERVER-64815 Prevent buildindexes_false_commit_quorum.js from running in ↵Louis Williams2022-04-201-0/+2
| | | | | | multiversion (cherry picked from commit c855954a9d72abe346ee20ed4441edf0f806e1cc)
* SERVER-63254 Add index feature usage stats to serverStatusLouis Williams2022-04-2011-39/+824
| | | | (cherry picked from commit 0fa0170045ccab649621111ec86c80e798bcac23)
* SERVER-62690 Shard is shutting down before finishing draining in testAllison Easton2022-04-191-0/+14
| | | | (cherry picked from commit 9f06d30d0701e6b224598e19b5d63a257f4ed554)
* SERVER-65024 Fix the uniqueness constraint handling for foreground index buildsYuhong Zhang2022-04-194-9/+55
| | | | (cherry picked from commit 5985d757ddc2645fb1b5df88f78abf6b9a833452)
* SERVER-65270 Fix bug related to queries on large documents not respecting ↵Ian Boros2022-04-1818-29/+75
| | | | | | the sort option (cherry picked from commit 5b5b505f0db2e145f40bde4e2ac2d5c56bc0b263)
* SERVER-64405 Remove FCBIS passthroughs from non-enterprise variantsMatthew Russotto2022-04-181-5/+5
| | | | (cherry picked from commit b0f46a6c35e36791befb5b6d1e9dcc90ae49847a)
* SERVER-65718 Fix mypy errorMikhail Shchatko2022-04-181-0/+1
| | | | (cherry picked from commit f75812f03d58aa1fa0755aaef0f29e33853fb67a)
* SERVER-55173 Skip releasing cursors during shutdown to avoid segmentation faultYuhong Zhang2022-04-152-1/+22
| | | | (cherry picked from commit bc940d6b0adc9254b62e9daf9c92d2c92f8b083d)
* SERVER-64949: Disable the CST benchmarksMaddie Zechar2022-04-153-18/+4
|
* SERVER-65539 jepsen_list-append test failures don't upload test filesRichard Samuels2022-04-151-1/+4
| | | | (cherry picked from commit 049ca6c788665c58c388a0989332ceca2afb003f)
* SERVER-64983 Abort transaction after releasing Client lockDaniel Gómez Ferro2022-04-143-19/+60
|
* SERVER-64725 Make ShardRegistry::periodicReloader interruptibleTommaso Tocci2022-04-142-77/+31
| | | | (cherry picked from commit ecff61d82253c9103e94ef50327d5c6cf8d64c1c)
* SERVER-64509 Fix ShardRegistry threadpool shutdown orderTommaso Tocci2022-04-141-2/+3
| | | | (cherry picked from commit 077b55e6330264b262d87d296a7f7006fece669e)
* SERVER-65137 CollectionPtr::restore() should fail (return nullptr) if ↵Benety Goh2022-04-142-5/+14
| | | | | | collection was renamed while yielding (cherry picked from commit fed598b7d0b6c54d64138379a6ec11cfc601f7ae)
* SERVER-65429 Clean up defragmentation policy memory on stepdownPaolo Polato2022-04-144-0/+16
| | | | (cherry picked from commit b4384a6a6774ae494e57adc0c625769fec107828)
* SERVER-65137 LookupCollectionForYieldRestore saves collection namespace at ↵Benety Goh2022-04-133-7/+15
| | | | | | construction (cherry picked from commit 729774b7c096ef0a3a6158c5394245937b883667)
* SERVER-65137 add yield and restore tests for CollectionPtrBenety Goh2022-04-131-2/+57
| | | | (cherry picked from commit 6e19cd516541894659878b5f4a9d291ebc2c574b)
* SERVER-56003 use separate run icecc scripts for multiple ninja file builds.Daniel Moody2022-04-132-2/+13
| | | | (cherry picked from commit fc2b624564c1ec4f7d27c98e5a0074920e7ee5a1)