summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 46476d5bd43df2a4dadd04104c91038cd867774c from branch mongo...r5.0.3-rc0Luke Chen2021-08-3026-140/+555
* SERVER-59516: Create opCtx outside of lock in oplog fetcherXueruiFa2021-08-271-1/+1
* SERVER-59292 completion future can be set more than once because of WithAutom...Randolph Tan2021-08-272-7/+96
* SERVER-59573 Add setParameter which can be used to restore inactive cursor ti...James Wahlin2021-08-275-9/+83
* SERVER-59478 Move serverStatus command before taking RSTL in catchup_takeover...Wenbin Zhu2021-08-261-3/+5
* Import wiredtiger: c6ea0d18b5bcd7a6e7d91eece81ada238904c80e from branch mongo...Luke Chen2021-08-2641-364/+1448
* SERVER-58857 Do not filter 'fromMigrate' events if 'showMigrationEvents' opti...Rishab Joshi2021-08-241-2/+5
* SERVER-55966 Handle exceptions thrown from `AsyncTry::until`Amirsaman Memaripour2021-08-232-2/+45
* SERVER-58926 ReshardingDonor should not try to set the stop time of the criti...Haley Connelly2021-08-201-2/+8
* SERVER-58184 Move getOldestActiveTimestamp after prepare reconstructionPavi Vetriselvan2021-08-201-4/+11
* SERVER-58420 Clamp safely the input value of changeUmask.Rishab Joshi2021-08-201-1/+1
* SERVER-58603 ensureTempReshardingCollectionExistsWithIndexes may hit an invar...Randolph Tan2021-08-201-0/+10
* SERVER-57737 Index builds must save and restore the collection scanning curso...Dianna Hohensee2021-08-207-23/+109
* SERVER-57615 Reset CWWC to w:majority for tests that don't create/stop the re...Samy Lanka2021-08-207-159/+267
* SERVER-58806 Increase task timeout for replica_sets_jscore_passthrough on Ent...Samy Lanka2021-08-201-0/+1
* SERVER-58868 Enable/Remove a commented moveChunk + AllowMigrations testSergi Mateo Bellido2021-08-201-34/+33
* SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation que...Jason Chan2021-08-1913-198/+536
* SERVER-58081 Make _flushReshardingStateChange return instead of blocking if t...Haley Connelly2021-08-194-58/+161
* Revert "SERVER-59191 use expansions in module paths"vrachev2021-08-192-23/+23
* SERVER-59431 Disable parallel task for ephemeralForTestHenrik Edin2021-08-191-1/+1
* Import wiredtiger: b385c984870fec2d693dece8e79876fd5e8bf867 from branch mongo...Luke Chen2021-08-19116-805/+1331
* SERVER-59135 Make mongocryptd targets in MSIs depend on libsasl2Mark Benvenuto2021-08-181-0/+1
* SERVER-59404 Avoid powercycle_smoke_skip_compile reaching task timeoutMikhail Shchatko2021-08-181-2/+2
* SERVER-58342 Allow specifying of reshardCollection zones to be emptyHaley Connelly2021-08-172-1/+13
* SERVER-58669 Allow collMod, createIndexes, and dropIndexes once resharding co...jannaerin2021-08-173-8/+123
* SERVER-59093 Temporarily disable the failing jstest suite for ephemeralForTes...Yuhong Zhang2021-08-171-1/+4
* SERVER-59291 Add searchMeta query knobTed Tuckman2021-08-171-0/+8
* SERVER-59236 add shell function to recursively copy a directoryRichard Samuels2021-08-171-0/+17
* SERVER-59353: Strip featureFlagRetryableFindAndModify for mongod binaries pri...Daniel Gottlieb2021-08-171-0/+1
* SERVER-57716: use common CA file for OCSP where clusterCA is presentsergey.galtsev2021-08-164-21/+87
* SERVER-56492 Normalize objects within arrays in time-series metadataKris Satya2021-08-163-6/+157
* SERVER-58051 close the original log when rotating to newsergey.galtsev2021-08-161-0/+2
* SERVER-57585 fix array indexes in oplog_visibility.js for assertion messageBenety Goh2021-08-131-2/+3
* SERVER-59040 add operations_longer_than_stepdown_interval tag to background_u...Benety Goh2021-08-131-0/+2
* SERVER-59091 Avoid fetching namespace from durable catalog for every key inse...Gregory Noma2021-08-131-11/+12
* SERVER-59025 Increase storage log verbosity in `oplog_slow_sampling_logging.js`Gregory Noma2021-08-122-18/+16
* SERVER-59324 Remove feature flag variants from v5.0 sys-perfdalyd2021-08-121-69/+0
* SERVER-57651 Prevent integer overflow in QueryPlanner parsing of hint parameterKatherine Wu2021-08-121-1/+1
* SERVER-59204 Ensure that BSONObj stored in the PlanCacheEntry debugInfo is ownedJames Wahlin2021-08-121-2/+2
* SERVER-58399 Fix serialization logic for 'errInfo' field produced by Document...Mihai Andrei2021-08-123-10/+60
* SERVER-59188 Fix coverity issue in DocumentSourceUnwindTed Tuckman2021-08-121-1/+1
* SERVER-59191 use expansions in module pathsvrachev2021-08-122-23/+23
* SERVER-59044 Bailout early if a time series collection is empty when building...Eric Cox2021-08-121-0/+10
* SERVER-59071 Treat '$sample' as unsharded when connecting directly to shardsEric Cox2021-08-122-8/+32
* SERVER-58781 ReshardingCoordinatorObserver should not fulfill promises when s...Matt Walak2021-08-123-2/+66
* SERVER-57575 Re-enable `create_view_does_not_take_database_X.js` on WindowsGregory Noma2021-08-121-8/+0
* SERVER-59212 Make sure node stepped down before waiting for catchup takeover ...Wenbin Zhu2021-08-111-7/+9
* SERVER-58160 Increase timeout cluster_x509_rotate egress testSara Golemon2021-08-111-1/+1
* SERVER-50937 Wrap operations in resharding coordinator that contact remote no...Randolph Tan2021-08-119-119/+220
* SERVER-50937 Refactor resharding coordinator to consolidate distinct error ha...Randolph Tan2021-08-115-171/+367